Shades of Tussock #BC894D
Tints of Tussock #BC894D
RGB
CMYK
RGB Variations
Color information
#BC894D (or 0xBC894D) is known color: Tussock. HEX triplet: BC, 89 and 4D. RGB value is (188,137,77). Sum of RGB (Red+Green+Blue) = 188+137+77=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC894D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC894D is #4376B2. Grayscale: #919191. Windows color (decimal): -4421299 or 5081532. OLE color: 5081532.
HSL color Cylindrical-coordinate representation of color #BC894D: hue angle of 32.43º 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 #BC894D is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 77 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.26 |
| HSL | 32.43º | 0.45% | 0.52% | - |
| HSV(B) | 32.43º | 0.59% | 0.74% | - |
| XYZ | 31.02 | 29.12 | 11.01 | - |
| YUV | 145.41 | 89.4 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 77 | 0 | 0.27 | 0.59 | 0.26 | 32.43 | 0.45 | 0.52 |
| Hex | BC | 89 | 4D | 0 | 1B | 3B | 1A | 20 | 2D | 34 |
| Octal | 274 | 211 | 115 | 0 | 33 | 73 | 32 | 40 | 55 | 64 |
| Binary | 10111100 | 10001001 | 1001101 | 0 | 11011 | 111011 | 11010 | 100000 | 101101 | 110100 |
Color Harmonies of #BC894D
Complementary color
Monochromatic Colors of #BC894D
Black with #BC894D
Text Example
Text Example
White with #BC894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC894D; }
p { color: rgb(188,137,77); }
H1.HeaderClassName
{
color: #BC894D;
}
.AnyTagClassName
{
color: #BC894D;
}
</style>
background-color css
<style>
a { background-color: #BC894D; }
a { background-color: rgb(188,137,77); }
div.DivClassName
{
background-color: #BC894D;
}
.BgClassName
{
background-color: #BC894D;
}
</style>
border-color css
<style>
span { border-color: #BC894D; }
span { border-color: rgb(188,137,77); }
td.TdClassName
{
border-color: #BC894D;
}
.TagClassName
{
border-color: #BC894D;
}
</style>