Shades of Turmeric #B29240
Tints of Turmeric #B29240
RGB
CMYK
RGB Variations
Color information
#B29240 (or 0xB29240) is known color: Turmeric. HEX triplet: B2, 92 and 40. RGB value is (178,146,64). Sum of RGB (Red+Green+Blue) = 178+146+64=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B29240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29240 is #4D6DBF. Grayscale: #929292. Windows color (decimal): -5074368 or 4231858. OLE color: 4231858.
HSL color Cylindrical-coordinate representation of color #B29240: hue angle of 43.16º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B29240 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 146 | 64 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.30 |
| HSL | 43.16º | 0.47% | 0.47% | - |
| HSV(B) | 43.16º | 0.64% | 0.7% | - |
| XYZ | 29.56 | 30.39 | 9.16 | - |
| YUV | 146.22 | 81.6 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 146 | 64 | 0 | 0.18 | 0.64 | 0.30 | 43.16 | 0.47 | 0.47 |
| Hex | B2 | 92 | 40 | 0 | 12 | 40 | 1E | 2B | 2F | 2F |
| Octal | 262 | 222 | 100 | 0 | 22 | 100 | 36 | 53 | 57 | 57 |
| Binary | 10110010 | 10010010 | 1000000 | 0 | 10010 | 1000000 | 11110 | 101011 | 101111 | 101111 |
Color Harmonies of #B29240
Complementary color
Monochromatic Colors of #B29240
Black with #B29240
Text Example
Text Example
White with #B29240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29240; }
p { color: rgb(178,146,64); }
H1.HeaderClassName
{
color: #B29240;
}
.AnyTagClassName
{
color: #B29240;
}
</style>
background-color css
<style>
a { background-color: #B29240; }
a { background-color: rgb(178,146,64); }
div.DivClassName
{
background-color: #B29240;
}
.BgClassName
{
background-color: #B29240;
}
</style>
border-color css
<style>
span { border-color: #B29240; }
span { border-color: rgb(178,146,64); }
td.TdClassName
{
border-color: #B29240;
}
.TagClassName
{
border-color: #B29240;
}
</style>