Shades of Tussock #BC9346
Tints of Tussock #BC9346
RGB
CMYK
RGB Variations
Color information
#BC9346 (or 0xBC9346) is known color: Tussock. HEX triplet: BC, 93 and 46. RGB value is (188,147,70). Sum of RGB (Red+Green+Blue) = 188+147+70=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9346 is #436CB9. Grayscale: #969696. Windows color (decimal): -4418746 or 4625340. OLE color: 4625340.
HSL color Cylindrical-coordinate representation of color #BC9346: hue angle of 39.15º 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 #BC9346 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 70 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.26 |
| HSL | 39.15º | 0.47% | 0.51% | - |
| HSV(B) | 39.15º | 0.63% | 0.74% | - |
| XYZ | 32.28 | 32 | 10.27 | - |
| YUV | 150.48 | 82.58 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 70 | 0 | 0.22 | 0.63 | 0.26 | 39.15 | 0.47 | 0.51 |
| Hex | BC | 93 | 46 | 0 | 16 | 3F | 1A | 27 | 2F | 33 |
| Octal | 274 | 223 | 106 | 0 | 26 | 77 | 32 | 47 | 57 | 63 |
| Binary | 10111100 | 10010011 | 1000110 | 0 | 10110 | 111111 | 11010 | 100111 | 101111 | 110011 |
Color Harmonies of #BC9346
Complementary color
Monochromatic Colors of #BC9346
Black with #BC9346
Text Example
Text Example
White with #BC9346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9346; }
p { color: rgb(188,147,70); }
H1.HeaderClassName
{
color: #BC9346;
}
.AnyTagClassName
{
color: #BC9346;
}
</style>
background-color css
<style>
a { background-color: #BC9346; }
a { background-color: rgb(188,147,70); }
div.DivClassName
{
background-color: #BC9346;
}
.BgClassName
{
background-color: #BC9346;
}
</style>
border-color css
<style>
span { border-color: #BC9346; }
span { border-color: rgb(188,147,70); }
td.TdClassName
{
border-color: #BC9346;
}
.TagClassName
{
border-color: #BC9346;
}
</style>