Shades of Tussock #BC8847
Tints of Tussock #BC8847
RGB
CMYK
RGB Variations
Color information
#BC8847 (or 0xBC8847) is known color: Tussock. HEX triplet: BC, 88 and 47. RGB value is (188,136,71). Sum of RGB (Red+Green+Blue) = 188+136+71=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 71 (28.12% from 255 or 17.97% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8847 is #4377B8. Grayscale: #909090. Windows color (decimal): -4421561 or 4688060. OLE color: 4688060.
HSL color Cylindrical-coordinate representation of color #BC8847: hue angle of 33.33º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC8847 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 71 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.26 |
| HSL | 33.33º | 0.47% | 0.51% | - |
| HSV(B) | 33.33º | 0.62% | 0.74% | - |
| XYZ | 30.68 | 28.75 | 9.89 | - |
| YUV | 144.14 | 86.73 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 71 | 0 | 0.28 | 0.62 | 0.26 | 33.33 | 0.47 | 0.51 |
| Hex | BC | 88 | 47 | 0 | 1C | 3E | 1A | 21 | 2F | 33 |
| Octal | 274 | 210 | 107 | 0 | 34 | 76 | 32 | 41 | 57 | 63 |
| Binary | 10111100 | 10001000 | 1000111 | 0 | 11100 | 111110 | 11010 | 100001 | 101111 | 110011 |
Color Harmonies of #BC8847
Complementary color
Monochromatic Colors of #BC8847
Black with #BC8847
Text Example
Text Example
White with #BC8847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8847; }
p { color: rgb(188,136,71); }
H1.HeaderClassName
{
color: #BC8847;
}
.AnyTagClassName
{
color: #BC8847;
}
</style>
background-color css
<style>
a { background-color: #BC8847; }
a { background-color: rgb(188,136,71); }
div.DivClassName
{
background-color: #BC8847;
}
.BgClassName
{
background-color: #BC8847;
}
</style>
border-color css
<style>
span { border-color: #BC8847; }
span { border-color: rgb(188,136,71); }
td.TdClassName
{
border-color: #BC8847;
}
.TagClassName
{
border-color: #BC8847;
}
</style>