Shades of Tussock #BC9752
Tints of Tussock #BC9752
RGB
CMYK
RGB Variations
Color information
#BC9752 (or 0xBC9752) is known color: Tussock. HEX triplet: BC, 97 and 52. RGB value is (188,151,82). Sum of RGB (Red+Green+Blue) = 188+151+82=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9752 is #4368AD. Grayscale: #9A9A9A. Windows color (decimal): -4417710 or 5412796. OLE color: 5412796.
HSL color Cylindrical-coordinate representation of color #BC9752: hue angle of 39.06º 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 #BC9752 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 151 | 82 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.26 |
| HSL | 39.06º | 0.44% | 0.53% | - |
| HSV(B) | 39.06º | 0.56% | 0.74% | - |
| XYZ | 33.33 | 33.43 | 12.68 | - |
| YUV | 154.2 | 87.26 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 82 | 0 | 0.20 | 0.56 | 0.26 | 39.06 | 0.44 | 0.53 |
| Hex | BC | 97 | 52 | 0 | 14 | 38 | 1A | 27 | 2C | 35 |
| Octal | 274 | 227 | 122 | 0 | 24 | 70 | 32 | 47 | 54 | 65 |
| Binary | 10111100 | 10010111 | 1010010 | 0 | 10100 | 111000 | 11010 | 100111 | 101100 | 110101 |
Color Harmonies of #BC9752
Complementary color
Monochromatic Colors of #BC9752
Black with #BC9752
Text Example
Text Example
White with #BC9752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9752; }
p { color: rgb(188,151,82); }
H1.HeaderClassName
{
color: #BC9752;
}
.AnyTagClassName
{
color: #BC9752;
}
</style>
background-color css
<style>
a { background-color: #BC9752; }
a { background-color: rgb(188,151,82); }
div.DivClassName
{
background-color: #BC9752;
}
.BgClassName
{
background-color: #BC9752;
}
</style>
border-color css
<style>
span { border-color: #BC9752; }
span { border-color: rgb(188,151,82); }
td.TdClassName
{
border-color: #BC9752;
}
.TagClassName
{
border-color: #BC9752;
}
</style>