Shades of Turmeric #B09341
Tints of Turmeric #B09341
RGB
CMYK
RGB Variations
Color information
#B09341 (or 0xB09341) is known color: Turmeric. HEX triplet: B0, 93 and 41. RGB value is (176,147,65). Sum of RGB (Red+Green+Blue) = 176+147+65=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B09341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09341 is #4F6CBE. Grayscale: #929292. Windows color (decimal): -5205183 or 4297648. OLE color: 4297648.
HSL color Cylindrical-coordinate representation of color #B09341: hue angle of 44.32º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B09341 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 147 | 65 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.31 |
| HSL | 44.32º | 0.46% | 0.47% | - |
| HSV(B) | 44.32º | 0.63% | 0.69% | - |
| XYZ | 29.29 | 30.48 | 9.34 | - |
| YUV | 146.32 | 82.11 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 147 | 65 | 0 | 0.16 | 0.63 | 0.31 | 44.32 | 0.46 | 0.47 |
| Hex | B0 | 93 | 41 | 0 | 10 | 3F | 1F | 2C | 2E | 2F |
| Octal | 260 | 223 | 101 | 0 | 20 | 77 | 37 | 54 | 56 | 57 |
| Binary | 10110000 | 10010011 | 1000001 | 0 | 10000 | 111111 | 11111 | 101100 | 101110 | 101111 |
Color Harmonies of #B09341
Complementary color
Monochromatic Colors of #B09341
Black with #B09341
Text Example
Text Example
White with #B09341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09341; }
p { color: rgb(176,147,65); }
H1.HeaderClassName
{
color: #B09341;
}
.AnyTagClassName
{
color: #B09341;
}
</style>
background-color css
<style>
a { background-color: #B09341; }
a { background-color: rgb(176,147,65); }
div.DivClassName
{
background-color: #B09341;
}
.BgClassName
{
background-color: #B09341;
}
</style>
border-color css
<style>
span { border-color: #B09341; }
span { border-color: rgb(176,147,65); }
td.TdClassName
{
border-color: #B09341;
}
.TagClassName
{
border-color: #B09341;
}
</style>