Shades of Turmeric #B08F40
Tints of Turmeric #B08F40
RGB
CMYK
RGB Variations
Color information
#B08F40 (or 0xB08F40) is known color: Turmeric. HEX triplet: B0, 8F and 40. RGB value is (176,143,64). Sum of RGB (Red+Green+Blue) = 176+143+64=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08F40 is #4F70BF. Grayscale: #909090. Windows color (decimal): -5206208 or 4231088. OLE color: 4231088.
HSL color Cylindrical-coordinate representation of color #B08F40: hue angle of 42.32º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B08F40 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 143 | 64 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.31 |
| HSL | 42.32º | 0.47% | 0.47% | - |
| HSV(B) | 42.32º | 0.64% | 0.69% | - |
| XYZ | 28.65 | 29.25 | 8.99 | - |
| YUV | 143.86 | 82.93 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 143 | 64 | 0 | 0.19 | 0.64 | 0.31 | 42.32 | 0.47 | 0.47 |
| Hex | B0 | 8F | 40 | 0 | 13 | 40 | 1F | 2A | 2F | 2F |
| Octal | 260 | 217 | 100 | 0 | 23 | 100 | 37 | 52 | 57 | 57 |
| Binary | 10110000 | 10001111 | 1000000 | 0 | 10011 | 1000000 | 11111 | 101010 | 101111 | 101111 |
Color Harmonies of #B08F40
Complementary color
Monochromatic Colors of #B08F40
Black with #B08F40
Text Example
Text Example
White with #B08F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08F40; }
p { color: rgb(176,143,64); }
H1.HeaderClassName
{
color: #B08F40;
}
.AnyTagClassName
{
color: #B08F40;
}
</style>
background-color css
<style>
a { background-color: #B08F40; }
a { background-color: rgb(176,143,64); }
div.DivClassName
{
background-color: #B08F40;
}
.BgClassName
{
background-color: #B08F40;
}
</style>
border-color css
<style>
span { border-color: #B08F40; }
span { border-color: rgb(176,143,64); }
td.TdClassName
{
border-color: #B08F40;
}
.TagClassName
{
border-color: #B08F40;
}
</style>