Shades of Tussock #BC8C45
Tints of Tussock #BC8C45
RGB
CMYK
RGB Variations
Color information
#BC8C45 (or 0xBC8C45) is known color: Tussock. HEX triplet: BC, 8C and 45. RGB value is (188,140,69). Sum of RGB (Red+Green+Blue) = 188+140+69=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C45 is #4373BA. Grayscale: #929292. Windows color (decimal): -4420539 or 4558012. OLE color: 4558012.
HSL color Cylindrical-coordinate representation of color #BC8C45: hue angle of 35.8º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC8C45 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 69 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.26 |
| HSL | 35.8º | 0.47% | 0.5% | - |
| HSV(B) | 35.8º | 0.63% | 0.74% | - |
| XYZ | 31.19 | 29.88 | 9.75 | - |
| YUV | 146.26 | 84.4 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 69 | 0 | 0.26 | 0.63 | 0.26 | 35.8 | 0.47 | 0.5 |
| Hex | BC | 8C | 45 | 0 | 1A | 3F | 1A | 24 | 2F | 32 |
| Octal | 274 | 214 | 105 | 0 | 32 | 77 | 32 | 44 | 57 | 62 |
| Binary | 10111100 | 10001100 | 1000101 | 0 | 11010 | 111111 | 11010 | 100100 | 101111 | 110010 |
Color Harmonies of #BC8C45
Complementary color
Monochromatic Colors of #BC8C45
Black with #BC8C45
Text Example
Text Example
White with #BC8C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C45; }
p { color: rgb(188,140,69); }
H1.HeaderClassName
{
color: #BC8C45;
}
.AnyTagClassName
{
color: #BC8C45;
}
</style>
background-color css
<style>
a { background-color: #BC8C45; }
a { background-color: rgb(188,140,69); }
div.DivClassName
{
background-color: #BC8C45;
}
.BgClassName
{
background-color: #BC8C45;
}
</style>
border-color css
<style>
span { border-color: #BC8C45; }
span { border-color: rgb(188,140,69); }
td.TdClassName
{
border-color: #BC8C45;
}
.TagClassName
{
border-color: #BC8C45;
}
</style>