Shades of Turmeric #B29144
Tints of Turmeric #B29144
RGB
CMYK
RGB Variations
Color information
#B29144 (or 0xB29144) is known color: 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
| RGB | 178 | 145 | 68 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.30 |
| HSL | 42º | 0.45% | 0.48% | - |
| HSV(B) | 42º | 0.62% | 0.7% | - |
| XYZ | 29.53 | 30.13 | 9.73 | - |
| YUV | 146.09 | 83.93 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 145 | 68 | 0 | 0.19 | 0.62 | 0.30 | 42 | 0.45 | 0.48 |
| Hex | B2 | 91 | 44 | 0 | 13 | 3E | 1E | 2A | 2D | 30 |
| Octal | 262 | 221 | 104 | 0 | 23 | 76 | 36 | 52 | 55 | 60 |
| Binary | 10110010 | 10010001 | 1000100 | 0 | 10011 | 111110 | 11110 | 101010 | 101101 | 110000 |
Color Harmonies of #B29144
Complementary color
Monochromatic Colors of #B29144
Black with #B29144
Text Example
Text Example
White with #B29144
Text Example
Text Example
HTML Codes & Css Web 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>