#B38647

Color #B38647 Marigold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Marigold #B38647

Tints of Marigold #B38647

Color information

#B38647 (or 0xB38647) is unknown color: approx Marigold. HEX triplet: B3, 86 and 47. RGB value is (179,134,71). Sum of RGB (Red+Green+Blue) = 179+134+71=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 71 (28.12% from 255 or 18.49% from 384); Max value from RGB is 179 - color contains mainly: red. Hex color #B38647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38647 is #4C79B8. Grayscale: #8C8C8C. Windows color (decimal): -5011897 or 4687539. OLE color: 4687539.

HSL color Cylindrical-coordinate representation of color #B38647: hue angle of 35º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B38647 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB17913471-
CMYK00.250.600.30
HSL35º43.2%49.02%-
HSV(B)35º60.34%70.2%-
XYZ28.2527.099.7-
YUV140.2788.91155.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 46.61%
GREEN value IS 134 (52.73% from 255) = 34.90%
BLUE value IS 71 (28.12% from 255) = 18.49%
R=46.61%
G=34.90%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791347100.250.600.303543.249.02
HexB386470193C1E232b31
Octal2632061070317436435361
Binary1011001110000110100011101100111110011110100011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38647; }

 p { color: rgb(179,134,71); }

 H1.HeaderClassName
 {
   color: #B38647;
 }
 .AnyTagClassName
 {
   color: #B38647;
 }
</style>
background-color css

<style>
 a { background-color: #B38647; }

 a { background-color: rgb(179,134,71); }

 div.DivClassName
 {
   background-color: #B38647;
 }
 .BgClassName
 {
   background-color: #B38647;
 }
</style>
border-color css

<style>
 span { border-color: #B38647; }

 span { border-color: rgb(179,134,71); }

 td.TdClassName
 {
   border-color: #B38647;
 }
 .TagClassName
 {
   border-color: #B38647;
 }
</style>