Shades of Tussock #BC8C4A
Tints of Tussock #BC8C4A
RGB
CMYK
RGB Variations
Color information
#BC8C4A (or 0xBC8C4A) is known color: Tussock. HEX triplet: BC, 8C and 4A. RGB value is (188,140,74). Sum of RGB (Red+Green+Blue) = 188+140+74=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C4A is #4373B5. Grayscale: #939393. Windows color (decimal): -4420534 or 4885692. OLE color: 4885692.
HSL color Cylindrical-coordinate representation of color #BC8C4A: hue angle of 34.74º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC8C4A is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 74 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.26 |
| HSL | 34.74º | 0.46% | 0.51% | - |
| HSV(B) | 34.74º | 0.61% | 0.74% | - |
| XYZ | 31.35 | 29.94 | 10.61 | - |
| YUV | 146.83 | 86.9 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 74 | 0 | 0.26 | 0.61 | 0.26 | 34.74 | 0.46 | 0.51 |
| Hex | BC | 8C | 4A | 0 | 1A | 3D | 1A | 23 | 2E | 33 |
| Octal | 274 | 214 | 112 | 0 | 32 | 75 | 32 | 43 | 56 | 63 |
| Binary | 10111100 | 10001100 | 1001010 | 0 | 11010 | 111101 | 11010 | 100011 | 101110 | 110011 |
Color Harmonies of #BC8C4A
Complementary color
Monochromatic Colors of #BC8C4A
Black with #BC8C4A
Text Example
Text Example
White with #BC8C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C4A; }
p { color: rgb(188,140,74); }
H1.HeaderClassName
{
color: #BC8C4A;
}
.AnyTagClassName
{
color: #BC8C4A;
}
</style>
background-color css
<style>
a { background-color: #BC8C4A; }
a { background-color: rgb(188,140,74); }
div.DivClassName
{
background-color: #BC8C4A;
}
.BgClassName
{
background-color: #BC8C4A;
}
</style>
border-color css
<style>
span { border-color: #BC8C4A; }
span { border-color: rgb(188,140,74); }
td.TdClassName
{
border-color: #BC8C4A;
}
.TagClassName
{
border-color: #BC8C4A;
}
</style>