Shades of Turmeric #B09046
Tints of Turmeric #B09046
RGB
CMYK
RGB Variations
Color information
#B09046 (or 0xB09046) is known color: Turmeric. HEX triplet: B0, 90 and 46. RGB value is (176,144,70). Sum of RGB (Red+Green+Blue) = 176+144+70=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B09046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09046 is #4F6FB9. Grayscale: #919191. Windows color (decimal): -5205946 or 4624560. OLE color: 4624560.
HSL color Cylindrical-coordinate representation of color #B09046: hue angle of 41.89º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B09046 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 144 | 70 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.31 |
| HSL | 41.89º | 0.43% | 0.48% | - |
| HSV(B) | 41.89º | 0.6% | 0.69% | - |
| XYZ | 28.98 | 29.62 | 9.98 | - |
| YUV | 145.13 | 85.6 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 70 | 0 | 0.18 | 0.60 | 0.31 | 41.89 | 0.43 | 0.48 |
| Hex | B0 | 90 | 46 | 0 | 12 | 3C | 1F | 2A | 2B | 30 |
| Octal | 260 | 220 | 106 | 0 | 22 | 74 | 37 | 52 | 53 | 60 |
| Binary | 10110000 | 10010000 | 1000110 | 0 | 10010 | 111100 | 11111 | 101010 | 101011 | 110000 |
Color Harmonies of #B09046
Complementary color
Monochromatic Colors of #B09046
Black with #B09046
Text Example
Text Example
White with #B09046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09046; }
p { color: rgb(176,144,70); }
H1.HeaderClassName
{
color: #B09046;
}
.AnyTagClassName
{
color: #B09046;
}
</style>
background-color css
<style>
a { background-color: #B09046; }
a { background-color: rgb(176,144,70); }
div.DivClassName
{
background-color: #B09046;
}
.BgClassName
{
background-color: #B09046;
}
</style>
border-color css
<style>
span { border-color: #B09046; }
span { border-color: rgb(176,144,70); }
td.TdClassName
{
border-color: #B09046;
}
.TagClassName
{
border-color: #B09046;
}
</style>