Shades of Turmeric #B09048
Tints of Turmeric #B09048
RGB
CMYK
RGB Variations
Color information
#B09048 (or 0xB09048) is known color: Turmeric. HEX triplet: B0, 90 and 48. RGB value is (176,144,72). Sum of RGB (Red+Green+Blue) = 176+144+72=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B09048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09048 is #4F6FB7. Grayscale: #919191. Windows color (decimal): -5205944 or 4755632. OLE color: 4755632.
HSL color Cylindrical-coordinate representation of color #B09048: hue angle of 41.54º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B09048 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 144 | 72 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.31 |
| HSL | 41.54º | 0.42% | 0.49% | - |
| HSV(B) | 41.54º | 0.59% | 0.69% | - |
| XYZ | 29.05 | 29.64 | 10.32 | - |
| YUV | 145.36 | 86.6 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 72 | 0 | 0.18 | 0.59 | 0.31 | 41.54 | 0.42 | 0.49 |
| Hex | B0 | 90 | 48 | 0 | 12 | 3B | 1F | 2A | 2A | 31 |
| Octal | 260 | 220 | 110 | 0 | 22 | 73 | 37 | 52 | 52 | 61 |
| Binary | 10110000 | 10010000 | 1001000 | 0 | 10010 | 111011 | 11111 | 101010 | 101010 | 110001 |
Color Harmonies of #B09048
Complementary color
Monochromatic Colors of #B09048
Black with #B09048
Text Example
Text Example
White with #B09048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09048; }
p { color: rgb(176,144,72); }
H1.HeaderClassName
{
color: #B09048;
}
.AnyTagClassName
{
color: #B09048;
}
</style>
background-color css
<style>
a { background-color: #B09048; }
a { background-color: rgb(176,144,72); }
div.DivClassName
{
background-color: #B09048;
}
.BgClassName
{
background-color: #B09048;
}
</style>
border-color css
<style>
span { border-color: #B09048; }
span { border-color: rgb(176,144,72); }
td.TdClassName
{
border-color: #B09048;
}
.TagClassName
{
border-color: #B09048;
}
</style>