#B39042

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

Shades of Turmeric #B39042

Tints of Turmeric #B39042

Color information

#B39042 (or 0xB39042) is unknown color: approx Turmeric. HEX triplet: B3, 90 and 42. RGB value is (179,144,66). Sum of RGB (Red+Green+Blue) = 179+144+66=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 66 (26.17% from 255 or 16.97% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B39042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39042 is #4C6FBD. Grayscale: #919191. Windows color (decimal): -5009342 or 4362419. OLE color: 4362419.

HSL color Cylindrical-coordinate representation of color #B39042: hue angle of 41.42º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B39042 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB17914466-
CMYK00.200.630.30
HSL41.42º46.12%48.04%-
HSV(B)41.42º63.13%70.2%-
XYZ29.5529.929.37-
YUV145.5783.1151.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.02%
GREEN value IS 144 (56.64% from 255) = 37.02%
BLUE value IS 66 (26.17% from 255) = 16.97%
R=46.02%
G=37.02%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791446600.200.630.3041.4246.1248.04
HexB390420143F1E292e30
Octal2632201020247736515660
Binary1011001110010000100001001010011111111110101001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39042; }

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

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

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

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

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

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

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

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