Shades of Turmeric #B08C41
Tints of Turmeric #B08C41
RGB
CMYK
RGB Variations
Color information
#B08C41 (or 0xB08C41) is known color: Turmeric. HEX triplet: B0, 8C and 41. RGB value is (176,140,65). Sum of RGB (Red+Green+Blue) = 176+140+65=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08C41 is #4F73BE. Grayscale: #8E8E8E. Windows color (decimal): -5206975 or 4295856. OLE color: 4295856.
HSL color Cylindrical-coordinate representation of color #B08C41: hue angle of 40.54º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B08C41 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 140 | 65 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.31 |
| HSL | 40.54º | 0.46% | 0.47% | - |
| HSV(B) | 40.54º | 0.63% | 0.69% | - |
| XYZ | 28.24 | 28.37 | 8.99 | - |
| YUV | 142.21 | 84.43 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 140 | 65 | 0 | 0.20 | 0.63 | 0.31 | 40.54 | 0.46 | 0.47 |
| Hex | B0 | 8C | 41 | 0 | 14 | 3F | 1F | 29 | 2E | 2F |
| Octal | 260 | 214 | 101 | 0 | 24 | 77 | 37 | 51 | 56 | 57 |
| Binary | 10110000 | 10001100 | 1000001 | 0 | 10100 | 111111 | 11111 | 101001 | 101110 | 101111 |
Color Harmonies of #B08C41
Complementary color
Monochromatic Colors of #B08C41
Black with #B08C41
Text Example
Text Example
White with #B08C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08C41; }
p { color: rgb(176,140,65); }
H1.HeaderClassName
{
color: #B08C41;
}
.AnyTagClassName
{
color: #B08C41;
}
</style>
background-color css
<style>
a { background-color: #B08C41; }
a { background-color: rgb(176,140,65); }
div.DivClassName
{
background-color: #B08C41;
}
.BgClassName
{
background-color: #B08C41;
}
</style>
border-color css
<style>
span { border-color: #B08C41; }
span { border-color: rgb(176,140,65); }
td.TdClassName
{
border-color: #B08C41;
}
.TagClassName
{
border-color: #B08C41;
}
</style>