Shades of Tussock #BC8F4F
Tints of Tussock #BC8F4F
RGB
CMYK
RGB Variations
Color information
#BC8F4F (or 0xBC8F4F) is known color: Tussock. HEX triplet: BC, 8F and 4F. RGB value is (188,143,79). Sum of RGB (Red+Green+Blue) = 188+143+79=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 79 (31.25% from 255 or 19.27% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F4F is #4370B0. Grayscale: #959595. Windows color (decimal): -4419761 or 5214140. OLE color: 5214140.
HSL color Cylindrical-coordinate representation of color #BC8F4F: hue angle of 35.23º 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 #BC8F4F is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 79 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.26 |
| HSL | 35.23º | 0.45% | 0.52% | - |
| HSV(B) | 35.23º | 0.58% | 0.74% | - |
| XYZ | 31.97 | 30.9 | 11.68 | - |
| YUV | 149.16 | 88.41 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 79 | 0 | 0.24 | 0.58 | 0.26 | 35.23 | 0.45 | 0.52 |
| Hex | BC | 8F | 4F | 0 | 18 | 3A | 1A | 23 | 2D | 34 |
| Octal | 274 | 217 | 117 | 0 | 30 | 72 | 32 | 43 | 55 | 64 |
| Binary | 10111100 | 10001111 | 1001111 | 0 | 11000 | 111010 | 11010 | 100011 | 101101 | 110100 |
Color Harmonies of #BC8F4F
Complementary color
Monochromatic Colors of #BC8F4F
Black with #BC8F4F
Text Example
Text Example
White with #BC8F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F4F; }
p { color: rgb(188,143,79); }
H1.HeaderClassName
{
color: #BC8F4F;
}
.AnyTagClassName
{
color: #BC8F4F;
}
</style>
background-color css
<style>
a { background-color: #BC8F4F; }
a { background-color: rgb(188,143,79); }
div.DivClassName
{
background-color: #BC8F4F;
}
.BgClassName
{
background-color: #BC8F4F;
}
</style>
border-color css
<style>
span { border-color: #BC8F4F; }
span { border-color: rgb(188,143,79); }
td.TdClassName
{
border-color: #BC8F4F;
}
.TagClassName
{
border-color: #BC8F4F;
}
</style>