Shades of Tussock #BC9653
Tints of Tussock #BC9653
RGB
CMYK
RGB Variations
Color information
#BC9653 (or 0xBC9653) is known color: Tussock. HEX triplet: BC, 96 and 53. RGB value is (188,150,83). Sum of RGB (Red+Green+Blue) = 188+150+83=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 83 (32.81% from 255 or 19.71% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9653 is #4369AC. Grayscale: #9A9A9A. Windows color (decimal): -4417965 or 5478076. OLE color: 5478076.
HSL color Cylindrical-coordinate representation of color #BC9653: hue angle of 38.29º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC9653 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 83 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.26 |
| HSL | 38.29º | 0.44% | 0.53% | - |
| HSV(B) | 38.29º | 0.56% | 0.74% | - |
| XYZ | 33.21 | 33.13 | 12.83 | - |
| YUV | 153.72 | 88.09 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 83 | 0 | 0.20 | 0.56 | 0.26 | 38.29 | 0.44 | 0.53 |
| Hex | BC | 96 | 53 | 0 | 14 | 38 | 1A | 26 | 2C | 35 |
| Octal | 274 | 226 | 123 | 0 | 24 | 70 | 32 | 46 | 54 | 65 |
| Binary | 10111100 | 10010110 | 1010011 | 0 | 10100 | 111000 | 11010 | 100110 | 101100 | 110101 |
Color Harmonies of #BC9653
Complementary color
Monochromatic Colors of #BC9653
Black with #BC9653
Text Example
Text Example
White with #BC9653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9653; }
p { color: rgb(188,150,83); }
H1.HeaderClassName
{
color: #BC9653;
}
.AnyTagClassName
{
color: #BC9653;
}
</style>
background-color css
<style>
a { background-color: #BC9653; }
a { background-color: rgb(188,150,83); }
div.DivClassName
{
background-color: #BC9653;
}
.BgClassName
{
background-color: #BC9653;
}
</style>
border-color css
<style>
span { border-color: #BC9653; }
span { border-color: rgb(188,150,83); }
td.TdClassName
{
border-color: #BC9653;
}
.TagClassName
{
border-color: #BC9653;
}
</style>