Shades of Turmeric #B09145
Tints of Turmeric #B09145
RGB
CMYK
RGB Variations
Color information
#B09145 (or 0xB09145) is known color: Turmeric. HEX triplet: B0, 91 and 45. RGB value is (176,145,69). Sum of RGB (Red+Green+Blue) = 176+145+69=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B09145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09145 is #4F6EBA. Grayscale: #919191. Windows color (decimal): -5205691 or 4559280. OLE color: 4559280.
HSL color Cylindrical-coordinate representation of color #B09145: hue angle of 42.62º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B09145 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 145 | 69 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.31 |
| HSL | 42.62º | 0.44% | 0.48% | - |
| HSV(B) | 42.62º | 0.61% | 0.69% | - |
| XYZ | 29.1 | 29.91 | 9.87 | - |
| YUV | 145.61 | 84.77 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 69 | 0 | 0.18 | 0.61 | 0.31 | 42.62 | 0.44 | 0.48 |
| Hex | B0 | 91 | 45 | 0 | 12 | 3D | 1F | 2B | 2C | 30 |
| Octal | 260 | 221 | 105 | 0 | 22 | 75 | 37 | 53 | 54 | 60 |
| Binary | 10110000 | 10010001 | 1000101 | 0 | 10010 | 111101 | 11111 | 101011 | 101100 | 110000 |
Color Harmonies of #B09145
Complementary color
Monochromatic Colors of #B09145
Black with #B09145
Text Example
Text Example
White with #B09145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09145; }
p { color: rgb(176,145,69); }
H1.HeaderClassName
{
color: #B09145;
}
.AnyTagClassName
{
color: #B09145;
}
</style>
background-color css
<style>
a { background-color: #B09145; }
a { background-color: rgb(176,145,69); }
div.DivClassName
{
background-color: #B09145;
}
.BgClassName
{
background-color: #B09145;
}
</style>
border-color css
<style>
span { border-color: #B09145; }
span { border-color: rgb(176,145,69); }
td.TdClassName
{
border-color: #B09145;
}
.TagClassName
{
border-color: #B09145;
}
</style>