Shades of Tussock #BC8F4C
Tints of Tussock #BC8F4C
RGB
CMYK
RGB Variations
Color information
#BC8F4C (or 0xBC8F4C) is known color: Tussock. HEX triplet: BC, 8F and 4C. RGB value is (188,143,76). Sum of RGB (Red+Green+Blue) = 188+143+76=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8F4C is #4370B3. Grayscale: #959595. Windows color (decimal): -4419764 or 5017532. OLE color: 5017532.
HSL color Cylindrical-coordinate representation of color #BC8F4C: hue angle of 35.89º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC8F4C is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 76 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.26 |
| HSL | 35.89º | 0.46% | 0.52% | - |
| HSV(B) | 35.89º | 0.6% | 0.74% | - |
| XYZ | 31.87 | 30.86 | 11.11 | - |
| YUV | 148.82 | 86.91 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 76 | 0 | 0.24 | 0.60 | 0.26 | 35.89 | 0.46 | 0.52 |
| Hex | BC | 8F | 4C | 0 | 18 | 3C | 1A | 24 | 2E | 34 |
| Octal | 274 | 217 | 114 | 0 | 30 | 74 | 32 | 44 | 56 | 64 |
| Binary | 10111100 | 10001111 | 1001100 | 0 | 11000 | 111100 | 11010 | 100100 | 101110 | 110100 |
Color Harmonies of #BC8F4C
Complementary color
Monochromatic Colors of #BC8F4C
Black with #BC8F4C
Text Example
Text Example
White with #BC8F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F4C; }
p { color: rgb(188,143,76); }
H1.HeaderClassName
{
color: #BC8F4C;
}
.AnyTagClassName
{
color: #BC8F4C;
}
</style>
background-color css
<style>
a { background-color: #BC8F4C; }
a { background-color: rgb(188,143,76); }
div.DivClassName
{
background-color: #BC8F4C;
}
.BgClassName
{
background-color: #BC8F4C;
}
</style>
border-color css
<style>
span { border-color: #BC8F4C; }
span { border-color: rgb(188,143,76); }
td.TdClassName
{
border-color: #BC8F4C;
}
.TagClassName
{
border-color: #BC8F4C;
}
</style>