Shades of Tussock #BC9851
Tints of Tussock #BC9851
RGB
CMYK
RGB Variations
Color information
#BC9851 (or 0xBC9851) is known color: Tussock. HEX triplet: BC, 98 and 51. RGB value is (188,152,81). Sum of RGB (Red+Green+Blue) = 188+152+81=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 81 (32.03% from 255 or 19.24% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9851 is #4367AE. Grayscale: #9A9A9A. Windows color (decimal): -4417455 or 5347516. OLE color: 5347516.
HSL color Cylindrical-coordinate representation of color #BC9851: hue angle of 39.81º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC9851 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 81 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.26 |
| HSL | 39.81º | 0.44% | 0.53% | - |
| HSV(B) | 39.81º | 0.57% | 0.74% | - |
| XYZ | 33.45 | 33.74 | 12.53 | - |
| YUV | 154.67 | 86.43 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 81 | 0 | 0.19 | 0.57 | 0.26 | 39.81 | 0.44 | 0.53 |
| Hex | BC | 98 | 51 | 0 | 13 | 39 | 1A | 28 | 2C | 35 |
| Octal | 274 | 230 | 121 | 0 | 23 | 71 | 32 | 50 | 54 | 65 |
| Binary | 10111100 | 10011000 | 1010001 | 0 | 10011 | 111001 | 11010 | 101000 | 101100 | 110101 |
Color Harmonies of #BC9851
Complementary color
Monochromatic Colors of #BC9851
Black with #BC9851
Text Example
Text Example
White with #BC9851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9851; }
p { color: rgb(188,152,81); }
H1.HeaderClassName
{
color: #BC9851;
}
.AnyTagClassName
{
color: #BC9851;
}
</style>
background-color css
<style>
a { background-color: #BC9851; }
a { background-color: rgb(188,152,81); }
div.DivClassName
{
background-color: #BC9851;
}
.BgClassName
{
background-color: #BC9851;
}
</style>
border-color css
<style>
span { border-color: #BC9851; }
span { border-color: rgb(188,152,81); }
td.TdClassName
{
border-color: #BC9851;
}
.TagClassName
{
border-color: #BC9851;
}
</style>