Shades of Tussock #BC8C46
Tints of Tussock #BC8C46
RGB
CMYK
RGB Variations
Color information
#BC8C46 (or 0xBC8C46) is known color: Tussock. HEX triplet: BC, 8C and 46. RGB value is (188,140,70). Sum of RGB (Red+Green+Blue) = 188+140+70=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C46 is #4373B9. Grayscale: #929292. Windows color (decimal): -4420538 or 4623548. OLE color: 4623548.
HSL color Cylindrical-coordinate representation of color #BC8C46: hue angle of 35.59º 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 #BC8C46 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 70 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.26 |
| HSL | 35.59º | 0.47% | 0.51% | - |
| HSV(B) | 35.59º | 0.63% | 0.74% | - |
| XYZ | 31.22 | 29.89 | 9.92 | - |
| YUV | 146.37 | 84.9 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 70 | 0 | 0.26 | 0.63 | 0.26 | 35.59 | 0.47 | 0.51 |
| Hex | BC | 8C | 46 | 0 | 1A | 3F | 1A | 24 | 2F | 33 |
| Octal | 274 | 214 | 106 | 0 | 32 | 77 | 32 | 44 | 57 | 63 |
| Binary | 10111100 | 10001100 | 1000110 | 0 | 11010 | 111111 | 11010 | 100100 | 101111 | 110011 |
Color Harmonies of #BC8C46
Complementary color
Monochromatic Colors of #BC8C46
Black with #BC8C46
Text Example
Text Example
White with #BC8C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C46; }
p { color: rgb(188,140,70); }
H1.HeaderClassName
{
color: #BC8C46;
}
.AnyTagClassName
{
color: #BC8C46;
}
</style>
background-color css
<style>
a { background-color: #BC8C46; }
a { background-color: rgb(188,140,70); }
div.DivClassName
{
background-color: #BC8C46;
}
.BgClassName
{
background-color: #BC8C46;
}
</style>
border-color css
<style>
span { border-color: #BC8C46; }
span { border-color: rgb(188,140,70); }
td.TdClassName
{
border-color: #BC8C46;
}
.TagClassName
{
border-color: #BC8C46;
}
</style>