Shades of Tussock #BC884C
Tints of Tussock #BC884C
RGB
CMYK
RGB Variations
Color information
#BC884C (or 0xBC884C) is known color: Tussock. HEX triplet: BC, 88 and 4C. RGB value is (188,136,76). Sum of RGB (Red+Green+Blue) = 188+136+76=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC884C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC884C is #4377B3. Grayscale: #919191. Windows color (decimal): -4421556 or 5015740. OLE color: 5015740.
HSL color Cylindrical-coordinate representation of color #BC884C: hue angle of 32.14º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC884C is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 76 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.26 |
| HSL | 32.14º | 0.46% | 0.52% | - |
| HSV(B) | 32.14º | 0.6% | 0.74% | - |
| XYZ | 30.85 | 28.82 | 10.77 | - |
| YUV | 144.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 76 | 0 | 0.28 | 0.60 | 0.26 | 32.14 | 0.46 | 0.52 |
| Hex | BC | 88 | 4C | 0 | 1C | 3C | 1A | 20 | 2E | 34 |
| Octal | 274 | 210 | 114 | 0 | 34 | 74 | 32 | 40 | 56 | 64 |
| Binary | 10111100 | 10001000 | 1001100 | 0 | 11100 | 111100 | 11010 | 100000 | 101110 | 110100 |
Color Harmonies of #BC884C
Complementary color
Monochromatic Colors of #BC884C
Black with #BC884C
Text Example
Text Example
White with #BC884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC884C; }
p { color: rgb(188,136,76); }
H1.HeaderClassName
{
color: #BC884C;
}
.AnyTagClassName
{
color: #BC884C;
}
</style>
background-color css
<style>
a { background-color: #BC884C; }
a { background-color: rgb(188,136,76); }
div.DivClassName
{
background-color: #BC884C;
}
.BgClassName
{
background-color: #BC884C;
}
</style>
border-color css
<style>
span { border-color: #BC884C; }
span { border-color: rgb(188,136,76); }
td.TdClassName
{
border-color: #BC884C;
}
.TagClassName
{
border-color: #BC884C;
}
</style>