#B39139

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

Shades of Turmeric #B39139

Tints of Turmeric #B39139

Color information

#B39139 (or 0xB39139) is unknown color: approx Turmeric. HEX triplet: B3, 91 and 39. RGB value is (179,145,57). Sum of RGB (Red+Green+Blue) = 179+145+57=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 57 (22.66% from 255 or 14.96% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B39139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39139 is #4C6EC6. Grayscale: #919191. Windows color (decimal): -5009095 or 3772851. OLE color: 3772851.

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

Color convert

RGB17914557-
CMYK00.190.680.30
HSL43.28º51.69%46.27%-
HSV(B)43.28º68.16%70.2%-
XYZ29.4530.138.13-
YUV145.1378.26152.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.98%
GREEN value IS 145 (57.03% from 255) = 38.06%
BLUE value IS 57 (22.66% from 255) = 14.96%
R=46.98%
G=38.06%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791455700.190.680.3043.2851.6946.27
HexB39139013441E2b342e
Octal2632217102310436536456
Binary1011001110010001111001010011100010011110101011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39139; }

 p { color: rgb(179,145,57); }

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

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

 a { background-color: rgb(179,145,57); }

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

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

 span { border-color: rgb(179,145,57); }

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