Shades of Tussock #BC8C4E
Tints of Tussock #BC8C4E
RGB
CMYK
RGB Variations
Color information
#BC8C4E (or 0xBC8C4E) is known color: Tussock. HEX triplet: BC, 8C and 4E. RGB value is (188,140,78). Sum of RGB (Red+Green+Blue) = 188+140+78=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C4E is #4373B1. Grayscale: #939393. Windows color (decimal): -4420530 or 5147836. OLE color: 5147836.
HSL color Cylindrical-coordinate representation of color #BC8C4E: hue angle of 33.82º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC8C4E is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 78 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.26 |
| HSL | 33.82º | 0.45% | 0.52% | - |
| HSV(B) | 33.82º | 0.59% | 0.74% | - |
| XYZ | 31.49 | 30 | 11.34 | - |
| YUV | 147.28 | 88.9 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 78 | 0 | 0.26 | 0.59 | 0.26 | 33.82 | 0.45 | 0.52 |
| Hex | BC | 8C | 4E | 0 | 1A | 3B | 1A | 22 | 2D | 34 |
| Octal | 274 | 214 | 116 | 0 | 32 | 73 | 32 | 42 | 55 | 64 |
| Binary | 10111100 | 10001100 | 1001110 | 0 | 11010 | 111011 | 11010 | 100010 | 101101 | 110100 |
Color Harmonies of #BC8C4E
Complementary color
Monochromatic Colors of #BC8C4E
Black with #BC8C4E
Text Example
Text Example
White with #BC8C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C4E; }
p { color: rgb(188,140,78); }
H1.HeaderClassName
{
color: #BC8C4E;
}
.AnyTagClassName
{
color: #BC8C4E;
}
</style>
background-color css
<style>
a { background-color: #BC8C4E; }
a { background-color: rgb(188,140,78); }
div.DivClassName
{
background-color: #BC8C4E;
}
.BgClassName
{
background-color: #BC8C4E;
}
</style>
border-color css
<style>
span { border-color: #BC8C4E; }
span { border-color: rgb(188,140,78); }
td.TdClassName
{
border-color: #BC8C4E;
}
.TagClassName
{
border-color: #BC8C4E;
}
</style>