Shades of Turmeric #B08E48
Tints of Turmeric #B08E48
RGB
CMYK
RGB Variations
Color information
#B08E48 (or 0xB08E48) is known color: Turmeric. HEX triplet: B0, 8E and 48. RGB value is (176,142,72). Sum of RGB (Red+Green+Blue) = 176+142+72=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08E48 is #4F71B7. Grayscale: #909090. Windows color (decimal): -5206456 or 4755120. OLE color: 4755120.
HSL color Cylindrical-coordinate representation of color #B08E48: hue angle of 40.38º 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 #B08E48 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 142 | 72 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.31 |
| HSL | 40.38º | 0.42% | 0.49% | - |
| HSV(B) | 40.38º | 0.59% | 0.69% | - |
| XYZ | 28.75 | 29.04 | 10.22 | - |
| YUV | 144.19 | 87.26 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 142 | 72 | 0 | 0.19 | 0.59 | 0.31 | 40.38 | 0.42 | 0.49 |
| Hex | B0 | 8E | 48 | 0 | 13 | 3B | 1F | 28 | 2A | 31 |
| Octal | 260 | 216 | 110 | 0 | 23 | 73 | 37 | 50 | 52 | 61 |
| Binary | 10110000 | 10001110 | 1001000 | 0 | 10011 | 111011 | 11111 | 101000 | 101010 | 110001 |
Color Harmonies of #B08E48
Complementary color
Monochromatic Colors of #B08E48
Black with #B08E48
Text Example
Text Example
White with #B08E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08E48; }
p { color: rgb(176,142,72); }
H1.HeaderClassName
{
color: #B08E48;
}
.AnyTagClassName
{
color: #B08E48;
}
</style>
background-color css
<style>
a { background-color: #B08E48; }
a { background-color: rgb(176,142,72); }
div.DivClassName
{
background-color: #B08E48;
}
.BgClassName
{
background-color: #B08E48;
}
</style>
border-color css
<style>
span { border-color: #B08E48; }
span { border-color: rgb(176,142,72); }
td.TdClassName
{
border-color: #B08E48;
}
.TagClassName
{
border-color: #B08E48;
}
</style>