Shades of Tussock #BC8846
Tints of Tussock #BC8846
RGB
CMYK
RGB Variations
Color information
#BC8846 (or 0xBC8846) is known color: Tussock. HEX triplet: BC, 88 and 46. RGB value is (188,136,70). Sum of RGB (Red+Green+Blue) = 188+136+70=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 70 (27.73% from 255 or 17.77% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8846 is #4377B9. Grayscale: #909090. Windows color (decimal): -4421562 or 4622524. OLE color: 4622524.
HSL color Cylindrical-coordinate representation of color #BC8846: hue angle of 33.56º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC8846 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 70 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.26 |
| HSL | 33.56º | 0.47% | 0.51% | - |
| HSV(B) | 33.56º | 0.63% | 0.74% | - |
| XYZ | 30.65 | 28.74 | 9.73 | - |
| YUV | 144.02 | 86.23 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 70 | 0 | 0.28 | 0.63 | 0.26 | 33.56 | 0.47 | 0.51 |
| Hex | BC | 88 | 46 | 0 | 1C | 3F | 1A | 22 | 2F | 33 |
| Octal | 274 | 210 | 106 | 0 | 34 | 77 | 32 | 42 | 57 | 63 |
| Binary | 10111100 | 10001000 | 1000110 | 0 | 11100 | 111111 | 11010 | 100010 | 101111 | 110011 |
Color Harmonies of #BC8846
Complementary color
Monochromatic Colors of #BC8846
Black with #BC8846
Text Example
Text Example
White with #BC8846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8846; }
p { color: rgb(188,136,70); }
H1.HeaderClassName
{
color: #BC8846;
}
.AnyTagClassName
{
color: #BC8846;
}
</style>
background-color css
<style>
a { background-color: #BC8846; }
a { background-color: rgb(188,136,70); }
div.DivClassName
{
background-color: #BC8846;
}
.BgClassName
{
background-color: #BC8846;
}
</style>
border-color css
<style>
span { border-color: #BC8846; }
span { border-color: rgb(188,136,70); }
td.TdClassName
{
border-color: #BC8846;
}
.TagClassName
{
border-color: #BC8846;
}
</style>