Shades of Tussock #BC8C4F
Tints of Tussock #BC8C4F
RGB
CMYK
RGB Variations
Color information
#BC8C4F (or 0xBC8C4F) is known color: Tussock. HEX triplet: BC, 8C and 4F. RGB value is (188,140,79). Sum of RGB (Red+Green+Blue) = 188+140+79=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 79 (31.25% from 255 or 19.41% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C4F is #4373B0. Grayscale: #939393. Windows color (decimal): -4420529 or 5213372. OLE color: 5213372.
HSL color Cylindrical-coordinate representation of color #BC8C4F: hue angle of 33.58º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC8C4F is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 79 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.26 |
| HSL | 33.58º | 0.45% | 0.52% | - |
| HSV(B) | 33.58º | 0.58% | 0.74% | - |
| XYZ | 31.53 | 30.01 | 11.53 | - |
| YUV | 147.4 | 89.4 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 79 | 0 | 0.26 | 0.58 | 0.26 | 33.58 | 0.45 | 0.52 |
| Hex | BC | 8C | 4F | 0 | 1A | 3A | 1A | 22 | 2D | 34 |
| Octal | 274 | 214 | 117 | 0 | 32 | 72 | 32 | 42 | 55 | 64 |
| Binary | 10111100 | 10001100 | 1001111 | 0 | 11010 | 111010 | 11010 | 100010 | 101101 | 110100 |
Color Harmonies of #BC8C4F
Complementary color
Monochromatic Colors of #BC8C4F
Black with #BC8C4F
Text Example
Text Example
White with #BC8C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C4F; }
p { color: rgb(188,140,79); }
H1.HeaderClassName
{
color: #BC8C4F;
}
.AnyTagClassName
{
color: #BC8C4F;
}
</style>
background-color css
<style>
a { background-color: #BC8C4F; }
a { background-color: rgb(188,140,79); }
div.DivClassName
{
background-color: #BC8C4F;
}
.BgClassName
{
background-color: #BC8C4F;
}
</style>
border-color css
<style>
span { border-color: #BC8C4F; }
span { border-color: rgb(188,140,79); }
td.TdClassName
{
border-color: #BC8C4F;
}
.TagClassName
{
border-color: #BC8C4F;
}
</style>