Shades of Tussock #BC8848
Tints of Tussock #BC8848
RGB
CMYK
RGB Variations
Color information
#BC8848 (or 0xBC8848) is known color: Tussock. HEX triplet: BC, 88 and 48. RGB value is (188,136,72). Sum of RGB (Red+Green+Blue) = 188+136+72=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8848 is #4377B7. Grayscale: #909090. Windows color (decimal): -4421560 or 4753596. OLE color: 4753596.
HSL color Cylindrical-coordinate representation of color #BC8848: hue angle of 33.1º degrees, saturation: 0.46, 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 #BC8848 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 72 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.26 |
| HSL | 33.1º | 0.46% | 0.51% | - |
| HSV(B) | 33.1º | 0.62% | 0.74% | - |
| XYZ | 30.71 | 28.77 | 10.06 | - |
| YUV | 144.25 | 87.23 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 72 | 0 | 0.28 | 0.62 | 0.26 | 33.1 | 0.46 | 0.51 |
| Hex | BC | 88 | 48 | 0 | 1C | 3E | 1A | 21 | 2E | 33 |
| Octal | 274 | 210 | 110 | 0 | 34 | 76 | 32 | 41 | 56 | 63 |
| Binary | 10111100 | 10001000 | 1001000 | 0 | 11100 | 111110 | 11010 | 100001 | 101110 | 110011 |
Color Harmonies of #BC8848
Complementary color
Monochromatic Colors of #BC8848
Black with #BC8848
Text Example
Text Example
White with #BC8848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8848; }
p { color: rgb(188,136,72); }
H1.HeaderClassName
{
color: #BC8848;
}
.AnyTagClassName
{
color: #BC8848;
}
</style>
background-color css
<style>
a { background-color: #BC8848; }
a { background-color: rgb(188,136,72); }
div.DivClassName
{
background-color: #BC8848;
}
.BgClassName
{
background-color: #BC8848;
}
</style>
border-color css
<style>
span { border-color: #BC8848; }
span { border-color: rgb(188,136,72); }
td.TdClassName
{
border-color: #BC8848;
}
.TagClassName
{
border-color: #BC8848;
}
</style>