Shades of Tussock #BC844E
Tints of Tussock #BC844E
RGB
CMYK
RGB Variations
Color information
#BC844E (or 0xBC844E) is known color: Tussock. HEX triplet: BC, 84 and 4E. RGB value is (188,132,78). Sum of RGB (Red+Green+Blue) = 188+132+78=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC844E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC844E is #437BB1. Grayscale: #8E8E8E. Windows color (decimal): -4422578 or 5145788. OLE color: 5145788.
HSL color Cylindrical-coordinate representation of color #BC844E: hue angle of 29.45º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC844E is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 78 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.26 |
| HSL | 29.45º | 0.45% | 0.52% | - |
| HSV(B) | 29.45º | 0.59% | 0.74% | - |
| XYZ | 30.37 | 27.74 | 10.96 | - |
| YUV | 142.59 | 91.55 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 78 | 0 | 0.30 | 0.59 | 0.26 | 29.45 | 0.45 | 0.52 |
| Hex | BC | 84 | 4E | 0 | 1E | 3B | 1A | 1D | 2D | 34 |
| Octal | 274 | 204 | 116 | 0 | 36 | 73 | 32 | 35 | 55 | 64 |
| Binary | 10111100 | 10000100 | 1001110 | 0 | 11110 | 111011 | 11010 | 11101 | 101101 | 110100 |
Color Harmonies of #BC844E
Complementary color
Monochromatic Colors of #BC844E
Black with #BC844E
Text Example
Text Example
White with #BC844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC844E; }
p { color: rgb(188,132,78); }
H1.HeaderClassName
{
color: #BC844E;
}
.AnyTagClassName
{
color: #BC844E;
}
</style>
background-color css
<style>
a { background-color: #BC844E; }
a { background-color: rgb(188,132,78); }
div.DivClassName
{
background-color: #BC844E;
}
.BgClassName
{
background-color: #BC844E;
}
</style>
border-color css
<style>
span { border-color: #BC844E; }
span { border-color: rgb(188,132,78); }
td.TdClassName
{
border-color: #BC844E;
}
.TagClassName
{
border-color: #BC844E;
}
</style>