Shades of Turmeric #B29139
Tints of Turmeric #B29139
RGB
CMYK
RGB Variations
Color information
#B29139 (or 0xB29139) is known color: Turmeric. HEX triplet: B2, 91 and 39. RGB value is (178,145,57). Sum of RGB (Red+Green+Blue) = 178+145+57=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 57 (22.66% from 255 or 15% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B29139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29139 is #4D6EC6. Grayscale: #919191. Windows color (decimal): -5074631 or 3772850. OLE color: 3772850.
HSL color Cylindrical-coordinate representation of color #B29139: hue angle of 43.64º degrees, saturation: 0.51, 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 #B29139 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 145 | 57 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.30 |
| HSL | 43.64º | 0.51% | 0.46% | - |
| HSV(B) | 43.64º | 0.68% | 0.7% | - |
| XYZ | 29.22 | 30.01 | 8.12 | - |
| YUV | 144.84 | 78.43 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 145 | 57 | 0 | 0.19 | 0.68 | 0.30 | 43.64 | 0.51 | 0.46 |
| Hex | B2 | 91 | 39 | 0 | 13 | 44 | 1E | 2C | 33 | 2E |
| Octal | 262 | 221 | 71 | 0 | 23 | 104 | 36 | 54 | 63 | 56 |
| Binary | 10110010 | 10010001 | 111001 | 0 | 10011 | 1000100 | 11110 | 101100 | 110011 | 101110 |
Color Harmonies of #B29139
Complementary color
Monochromatic Colors of #B29139
Black with #B29139
Text Example
Text Example
White with #B29139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29139; }
p { color: rgb(178,145,57); }
H1.HeaderClassName
{
color: #B29139;
}
.AnyTagClassName
{
color: #B29139;
}
</style>
background-color css
<style>
a { background-color: #B29139; }
a { background-color: rgb(178,145,57); }
div.DivClassName
{
background-color: #B29139;
}
.BgClassName
{
background-color: #B29139;
}
</style>
border-color css
<style>
span { border-color: #B29139; }
span { border-color: rgb(178,145,57); }
td.TdClassName
{
border-color: #B29139;
}
.TagClassName
{
border-color: #B29139;
}
</style>