Shades of Turmeric #B08F3C
Tints of Turmeric #B08F3C
RGB
CMYK
RGB Variations
Color information
#B08F3C (or 0xB08F3C) is known color: Turmeric. HEX triplet: B0, 8F and 3C. RGB value is (176,143,60). Sum of RGB (Red+Green+Blue) = 176+143+60=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08F3C is #4F70C3. Grayscale: #8F8F8F. Windows color (decimal): -5206212 or 3968944. OLE color: 3968944.
HSL color Cylindrical-coordinate representation of color #B08F3C: hue angle of 42.93º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B08F3C is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 143 | 60 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.31 |
| HSL | 42.93º | 0.49% | 0.46% | - |
| HSV(B) | 42.93º | 0.66% | 0.69% | - |
| XYZ | 28.54 | 29.2 | 8.41 | - |
| YUV | 143.41 | 80.93 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 143 | 60 | 0 | 0.19 | 0.66 | 0.31 | 42.93 | 0.49 | 0.46 |
| Hex | B0 | 8F | 3C | 0 | 13 | 42 | 1F | 2B | 31 | 2E |
| Octal | 260 | 217 | 74 | 0 | 23 | 102 | 37 | 53 | 61 | 56 |
| Binary | 10110000 | 10001111 | 111100 | 0 | 10011 | 1000010 | 11111 | 101011 | 110001 | 101110 |
Color Harmonies of #B08F3C
Complementary color
Monochromatic Colors of #B08F3C
Black with #B08F3C
Text Example
Text Example
White with #B08F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08F3C; }
p { color: rgb(176,143,60); }
H1.HeaderClassName
{
color: #B08F3C;
}
.AnyTagClassName
{
color: #B08F3C;
}
</style>
background-color css
<style>
a { background-color: #B08F3C; }
a { background-color: rgb(176,143,60); }
div.DivClassName
{
background-color: #B08F3C;
}
.BgClassName
{
background-color: #B08F3C;
}
</style>
border-color css
<style>
span { border-color: #B08F3C; }
span { border-color: rgb(176,143,60); }
td.TdClassName
{
border-color: #B08F3C;
}
.TagClassName
{
border-color: #B08F3C;
}
</style>