#B39047

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

Shades of Turmeric #B39047

Tints of Turmeric #B39047

Color information

#B39047 (or 0xB39047) is unknown color: approx Turmeric. HEX triplet: B3, 90 and 47. RGB value is (179,144,71). Sum of RGB (Red+Green+Blue) = 179+144+71=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B39047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39047 is #4C6FB8. Grayscale: #929292. Windows color (decimal): -5009337 or 4690099. OLE color: 4690099.

HSL color Cylindrical-coordinate representation of color #B39047: hue angle of 40.56º 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 #B39047 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB17914471-
CMYK00.200.600.30
HSL40.56º43.2%49.02%-
HSV(B)40.56º60.34%70.2%-
XYZ29.729.9910.18-
YUV146.1485.6151.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.43%
GREEN value IS 144 (56.64% from 255) = 36.55%
BLUE value IS 71 (28.12% from 255) = 18.02%
R=45.43%
G=36.55%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791447100.200.600.3040.5643.249.02
HexB390470143C1E292b31
Octal2632201070247436515361
Binary1011001110010000100011101010011110011110101001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39047; }

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

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

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

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

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

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

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

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