Shades of Tussock #BC8B47
Tints of Tussock #BC8B47
RGB
CMYK
RGB Variations
Color information
#BC8B47 (or 0xBC8B47) is known color: Tussock. HEX triplet: BC, 8B and 47. RGB value is (188,139,71). Sum of RGB (Red+Green+Blue) = 188+139+71=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 71 (28.12% from 255 or 17.84% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8B47 is #4374B8. Grayscale: #929292. Windows color (decimal): -4420793 or 4688828. OLE color: 4688828.
HSL color Cylindrical-coordinate representation of color #BC8B47: hue angle of 34.87º degrees, saturation: 0.47, 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 #BC8B47 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 139 | 71 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.26 |
| HSL | 34.87º | 0.47% | 0.51% | - |
| HSV(B) | 34.87º | 0.62% | 0.74% | - |
| XYZ | 31.11 | 29.61 | 10.04 | - |
| YUV | 145.9 | 85.73 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 71 | 0 | 0.26 | 0.62 | 0.26 | 34.87 | 0.47 | 0.51 |
| Hex | BC | 8B | 47 | 0 | 1A | 3E | 1A | 23 | 2F | 33 |
| Octal | 274 | 213 | 107 | 0 | 32 | 76 | 32 | 43 | 57 | 63 |
| Binary | 10111100 | 10001011 | 1000111 | 0 | 11010 | 111110 | 11010 | 100011 | 101111 | 110011 |
Color Harmonies of #BC8B47
Complementary color
Monochromatic Colors of #BC8B47
Black with #BC8B47
Text Example
Text Example
White with #BC8B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8B47; }
p { color: rgb(188,139,71); }
H1.HeaderClassName
{
color: #BC8B47;
}
.AnyTagClassName
{
color: #BC8B47;
}
</style>
background-color css
<style>
a { background-color: #BC8B47; }
a { background-color: rgb(188,139,71); }
div.DivClassName
{
background-color: #BC8B47;
}
.BgClassName
{
background-color: #BC8B47;
}
</style>
border-color css
<style>
span { border-color: #BC8B47; }
span { border-color: rgb(188,139,71); }
td.TdClassName
{
border-color: #BC8B47;
}
.TagClassName
{
border-color: #BC8B47;
}
</style>