#B29144

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

Shades of Turmeric #B29144

Tints of Turmeric #B29144

Color information

#B29144 (or 0xB29144) is unknown color: approx Turmeric. HEX triplet: B2, 91 and 44. RGB value is (178,145,68). Sum of RGB (Red+Green+Blue) = 178+145+68=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 68 (26.95% from 255 or 17.39% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B29144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29144 is #4D6EBB. Grayscale: #929292. Windows color (decimal): -5074620 or 4493746. OLE color: 4493746.

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

Color convert

RGB17814568-
CMYK00.190.620.30
HSL42º44.72%48.24%-
HSV(B)42º61.8%69.8%-
XYZ29.5330.139.73-
YUV146.0983.93150.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.52%
GREEN value IS 145 (57.03% from 255) = 37.08%
BLUE value IS 68 (26.95% from 255) = 17.39%
R=45.52%
G=37.08%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781456800.190.620.304244.7248.24
HexB291440133E1E2a2d30
Octal2622211040237636525560
Binary1011001010010001100010001001111111011110101010101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29144; }

 p { color: rgb(178,145,68); }

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

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

 a { background-color: rgb(178,145,68); }

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

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

 span { border-color: rgb(178,145,68); }

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