Shades of Tussock #BC8B4F
Tints of Tussock #BC8B4F
RGB
CMYK
RGB Variations
Color information
#BC8B4F (or 0xBC8B4F) is known color: Tussock. HEX triplet: BC, 8B and 4F. RGB value is (188,139,79). Sum of RGB (Red+Green+Blue) = 188+139+79=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 79 (31.25% from 255 or 19.46% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8B4F is #4374B0. Grayscale: #939393. Windows color (decimal): -4420785 or 5213116. OLE color: 5213116.
HSL color Cylindrical-coordinate representation of color #BC8B4F: hue angle of 33.03º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC8B4F is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 139 | 79 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.26 |
| HSL | 33.03º | 0.45% | 0.52% | - |
| HSV(B) | 33.03º | 0.58% | 0.74% | - |
| XYZ | 31.38 | 29.72 | 11.48 | - |
| YUV | 146.81 | 89.73 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 79 | 0 | 0.26 | 0.58 | 0.26 | 33.03 | 0.45 | 0.52 |
| Hex | BC | 8B | 4F | 0 | 1A | 3A | 1A | 21 | 2D | 34 |
| Octal | 274 | 213 | 117 | 0 | 32 | 72 | 32 | 41 | 55 | 64 |
| Binary | 10111100 | 10001011 | 1001111 | 0 | 11010 | 111010 | 11010 | 100001 | 101101 | 110100 |
Color Harmonies of #BC8B4F
Complementary color
Monochromatic Colors of #BC8B4F
Black with #BC8B4F
Text Example
Text Example
White with #BC8B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8B4F; }
p { color: rgb(188,139,79); }
H1.HeaderClassName
{
color: #BC8B4F;
}
.AnyTagClassName
{
color: #BC8B4F;
}
</style>
background-color css
<style>
a { background-color: #BC8B4F; }
a { background-color: rgb(188,139,79); }
div.DivClassName
{
background-color: #BC8B4F;
}
.BgClassName
{
background-color: #BC8B4F;
}
</style>
border-color css
<style>
span { border-color: #BC8B4F; }
span { border-color: rgb(188,139,79); }
td.TdClassName
{
border-color: #BC8B4F;
}
.TagClassName
{
border-color: #BC8B4F;
}
</style>