Shades of Turmeric #B08F43
Tints of Turmeric #B08F43
RGB
CMYK
RGB Variations
Color information
#B08F43 (or 0xB08F43) is known color: Turmeric. HEX triplet: B0, 8F and 43. RGB value is (176,143,67). Sum of RGB (Red+Green+Blue) = 176+143+67=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 67 (26.56% from 255 or 17.36% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08F43 is #4F70BC. Grayscale: #909090. Windows color (decimal): -5206205 or 4427696. OLE color: 4427696.
HSL color Cylindrical-coordinate representation of color #B08F43: hue angle of 41.83º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B08F43 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 143 | 67 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.31 |
| HSL | 41.83º | 0.45% | 0.48% | - |
| HSV(B) | 41.83º | 0.62% | 0.69% | - |
| XYZ | 28.74 | 29.28 | 9.45 | - |
| YUV | 144.2 | 84.43 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 143 | 67 | 0 | 0.19 | 0.62 | 0.31 | 41.83 | 0.45 | 0.48 |
| Hex | B0 | 8F | 43 | 0 | 13 | 3E | 1F | 2A | 2D | 30 |
| Octal | 260 | 217 | 103 | 0 | 23 | 76 | 37 | 52 | 55 | 60 |
| Binary | 10110000 | 10001111 | 1000011 | 0 | 10011 | 111110 | 11111 | 101010 | 101101 | 110000 |
Color Harmonies of #B08F43
Complementary color
Monochromatic Colors of #B08F43
Black with #B08F43
Text Example
Text Example
White with #B08F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08F43; }
p { color: rgb(176,143,67); }
H1.HeaderClassName
{
color: #B08F43;
}
.AnyTagClassName
{
color: #B08F43;
}
</style>
background-color css
<style>
a { background-color: #B08F43; }
a { background-color: rgb(176,143,67); }
div.DivClassName
{
background-color: #B08F43;
}
.BgClassName
{
background-color: #B08F43;
}
</style>
border-color css
<style>
span { border-color: #B08F43; }
span { border-color: rgb(176,143,67); }
td.TdClassName
{
border-color: #B08F43;
}
.TagClassName
{
border-color: #B08F43;
}
</style>