Shades of Tussock #BC964C
Tints of Tussock #BC964C
RGB
CMYK
RGB Variations
Color information
#BC964C (or 0xBC964C) is known color: Tussock. HEX triplet: BC, 96 and 4C. RGB value is (188,150,76). Sum of RGB (Red+Green+Blue) = 188+150+76=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC964C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC964C is #4369B3. Grayscale: #999999. Windows color (decimal): -4417972 or 5019324. OLE color: 5019324.
HSL color Cylindrical-coordinate representation of color #BC964C: hue angle of 39.64º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC964C is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 76 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.26 |
| HSL | 39.64º | 0.46% | 0.52% | - |
| HSV(B) | 39.64º | 0.6% | 0.74% | - |
| XYZ | 32.95 | 33.03 | 11.48 | - |
| YUV | 152.93 | 84.59 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 76 | 0 | 0.20 | 0.60 | 0.26 | 39.64 | 0.46 | 0.52 |
| Hex | BC | 96 | 4C | 0 | 14 | 3C | 1A | 28 | 2E | 34 |
| Octal | 274 | 226 | 114 | 0 | 24 | 74 | 32 | 50 | 56 | 64 |
| Binary | 10111100 | 10010110 | 1001100 | 0 | 10100 | 111100 | 11010 | 101000 | 101110 | 110100 |
Color Harmonies of #BC964C
Complementary color
Monochromatic Colors of #BC964C
Black with #BC964C
Text Example
Text Example
White with #BC964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC964C; }
p { color: rgb(188,150,76); }
H1.HeaderClassName
{
color: #BC964C;
}
.AnyTagClassName
{
color: #BC964C;
}
</style>
background-color css
<style>
a { background-color: #BC964C; }
a { background-color: rgb(188,150,76); }
div.DivClassName
{
background-color: #BC964C;
}
.BgClassName
{
background-color: #BC964C;
}
</style>
border-color css
<style>
span { border-color: #BC964C; }
span { border-color: rgb(188,150,76); }
td.TdClassName
{
border-color: #BC964C;
}
.TagClassName
{
border-color: #BC964C;
}
</style>