Shades of Tussock #BC8F45
Tints of Tussock #BC8F45
RGB
CMYK
RGB Variations
Color information
#BC8F45 (or 0xBC8F45) is known color: Tussock. HEX triplet: BC, 8F and 45. RGB value is (188,143,69). Sum of RGB (Red+Green+Blue) = 188+143+69=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8F45 is #4370BA. Grayscale: #949494. Windows color (decimal): -4419771 or 4558780. OLE color: 4558780.
HSL color Cylindrical-coordinate representation of color #BC8F45: hue angle of 37.31º 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 #BC8F45 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 69 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.26 |
| HSL | 37.31º | 0.47% | 0.5% | - |
| HSV(B) | 37.31º | 0.63% | 0.74% | - |
| XYZ | 31.64 | 30.77 | 9.9 | - |
| YUV | 148.02 | 83.41 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 69 | 0 | 0.24 | 0.63 | 0.26 | 37.31 | 0.47 | 0.5 |
| Hex | BC | 8F | 45 | 0 | 18 | 3F | 1A | 25 | 2F | 32 |
| Octal | 274 | 217 | 105 | 0 | 30 | 77 | 32 | 45 | 57 | 62 |
| Binary | 10111100 | 10001111 | 1000101 | 0 | 11000 | 111111 | 11010 | 100101 | 101111 | 110010 |
Color Harmonies of #BC8F45
Complementary color
Monochromatic Colors of #BC8F45
Black with #BC8F45
Text Example
Text Example
White with #BC8F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F45; }
p { color: rgb(188,143,69); }
H1.HeaderClassName
{
color: #BC8F45;
}
.AnyTagClassName
{
color: #BC8F45;
}
</style>
background-color css
<style>
a { background-color: #BC8F45; }
a { background-color: rgb(188,143,69); }
div.DivClassName
{
background-color: #BC8F45;
}
.BgClassName
{
background-color: #BC8F45;
}
</style>
border-color css
<style>
span { border-color: #BC8F45; }
span { border-color: rgb(188,143,69); }
td.TdClassName
{
border-color: #BC8F45;
}
.TagClassName
{
border-color: #BC8F45;
}
</style>