Shades of Tussock #BC864D
Tints of Tussock #BC864D
RGB
CMYK
RGB Variations
Color information
#BC864D (or 0xBC864D) is known color: Tussock. HEX triplet: BC, 86 and 4D. RGB value is (188,134,77). Sum of RGB (Red+Green+Blue) = 188+134+77=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC864D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC864D is #4379B2. Grayscale: #8F8F8F. Windows color (decimal): -4422067 or 5080764. OLE color: 5080764.
HSL color Cylindrical-coordinate representation of color #BC864D: hue angle of 30.81º 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 #BC864D is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 77 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.26 |
| HSL | 30.81º | 0.45% | 0.52% | - |
| HSV(B) | 30.81º | 0.59% | 0.74% | - |
| XYZ | 30.6 | 28.28 | 10.87 | - |
| YUV | 143.65 | 90.39 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 77 | 0 | 0.29 | 0.59 | 0.26 | 30.81 | 0.45 | 0.52 |
| Hex | BC | 86 | 4D | 0 | 1D | 3B | 1A | 1F | 2D | 34 |
| Octal | 274 | 206 | 115 | 0 | 35 | 73 | 32 | 37 | 55 | 64 |
| Binary | 10111100 | 10000110 | 1001101 | 0 | 11101 | 111011 | 11010 | 11111 | 101101 | 110100 |
Color Harmonies of #BC864D
Complementary color
Monochromatic Colors of #BC864D
Black with #BC864D
Text Example
Text Example
White with #BC864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC864D; }
p { color: rgb(188,134,77); }
H1.HeaderClassName
{
color: #BC864D;
}
.AnyTagClassName
{
color: #BC864D;
}
</style>
background-color css
<style>
a { background-color: #BC864D; }
a { background-color: rgb(188,134,77); }
div.DivClassName
{
background-color: #BC864D;
}
.BgClassName
{
background-color: #BC864D;
}
</style>
border-color css
<style>
span { border-color: #BC864D; }
span { border-color: rgb(188,134,77); }
td.TdClassName
{
border-color: #BC864D;
}
.TagClassName
{
border-color: #BC864D;
}
</style>