Shades of Tussock #BC8F46
Tints of Tussock #BC8F46
RGB
CMYK
RGB Variations
Color information
#BC8F46 (or 0xBC8F46) is known color: Tussock. HEX triplet: BC, 8F and 46. RGB value is (188,143,70). Sum of RGB (Red+Green+Blue) = 188+143+70=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8F46 is #4370B9. Grayscale: #949494. Windows color (decimal): -4419770 or 4624316. OLE color: 4624316.
HSL color Cylindrical-coordinate representation of color #BC8F46: hue angle of 37.12º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC8F46 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 70 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.26 |
| HSL | 37.12º | 0.47% | 0.51% | - |
| HSV(B) | 37.12º | 0.63% | 0.74% | - |
| XYZ | 31.67 | 30.78 | 10.07 | - |
| YUV | 148.13 | 83.91 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 70 | 0 | 0.24 | 0.63 | 0.26 | 37.12 | 0.47 | 0.51 |
| Hex | BC | 8F | 46 | 0 | 18 | 3F | 1A | 25 | 2F | 33 |
| Octal | 274 | 217 | 106 | 0 | 30 | 77 | 32 | 45 | 57 | 63 |
| Binary | 10111100 | 10001111 | 1000110 | 0 | 11000 | 111111 | 11010 | 100101 | 101111 | 110011 |
Color Harmonies of #BC8F46
Complementary color
Monochromatic Colors of #BC8F46
Black with #BC8F46
Text Example
Text Example
White with #BC8F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F46; }
p { color: rgb(188,143,70); }
H1.HeaderClassName
{
color: #BC8F46;
}
.AnyTagClassName
{
color: #BC8F46;
}
</style>
background-color css
<style>
a { background-color: #BC8F46; }
a { background-color: rgb(188,143,70); }
div.DivClassName
{
background-color: #BC8F46;
}
.BgClassName
{
background-color: #BC8F46;
}
</style>
border-color css
<style>
span { border-color: #BC8F46; }
span { border-color: rgb(188,143,70); }
td.TdClassName
{
border-color: #BC8F46;
}
.TagClassName
{
border-color: #BC8F46;
}
</style>