Shades of Tussock #BC964E
Tints of Tussock #BC964E
RGB
CMYK
RGB Variations
Color information
#BC964E (or 0xBC964E) is known color: Tussock. HEX triplet: BC, 96 and 4E. RGB value is (188,150,78). Sum of RGB (Red+Green+Blue) = 188+150+78=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC964E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC964E is #4369B1. Grayscale: #999999. Windows color (decimal): -4417970 or 5150396. OLE color: 5150396.
HSL color Cylindrical-coordinate representation of color #BC964E: hue angle of 39.27º 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 #BC964E is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 78 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.26 |
| HSL | 39.27º | 0.45% | 0.52% | - |
| HSV(B) | 39.27º | 0.59% | 0.74% | - |
| XYZ | 33.02 | 33.05 | 11.85 | - |
| YUV | 153.15 | 85.59 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 78 | 0 | 0.20 | 0.59 | 0.26 | 39.27 | 0.45 | 0.52 |
| Hex | BC | 96 | 4E | 0 | 14 | 3B | 1A | 27 | 2D | 34 |
| Octal | 274 | 226 | 116 | 0 | 24 | 73 | 32 | 47 | 55 | 64 |
| Binary | 10111100 | 10010110 | 1001110 | 0 | 10100 | 111011 | 11010 | 100111 | 101101 | 110100 |
Color Harmonies of #BC964E
Complementary color
Monochromatic Colors of #BC964E
Black with #BC964E
Text Example
Text Example
White with #BC964E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC964E; }
p { color: rgb(188,150,78); }
H1.HeaderClassName
{
color: #BC964E;
}
.AnyTagClassName
{
color: #BC964E;
}
</style>
background-color css
<style>
a { background-color: #BC964E; }
a { background-color: rgb(188,150,78); }
div.DivClassName
{
background-color: #BC964E;
}
.BgClassName
{
background-color: #BC964E;
}
</style>
border-color css
<style>
span { border-color: #BC964E; }
span { border-color: rgb(188,150,78); }
td.TdClassName
{
border-color: #BC964E;
}
.TagClassName
{
border-color: #BC964E;
}
</style>