Shades of Tussock #BC9246
Tints of Tussock #BC9246
RGB
CMYK
RGB Variations
Color information
#BC9246 (or 0xBC9246) is known color: Tussock. HEX triplet: BC, 92 and 46. RGB value is (188,146,70). Sum of RGB (Red+Green+Blue) = 188+146+70=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9246 is #436DB9. Grayscale: #969696. Windows color (decimal): -4419002 or 4625084. OLE color: 4625084.
HSL color Cylindrical-coordinate representation of color #BC9246: hue angle of 38.64º 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 #BC9246 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 70 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.26 |
| HSL | 38.64º | 0.47% | 0.51% | - |
| HSV(B) | 38.64º | 0.63% | 0.74% | - |
| XYZ | 32.12 | 31.69 | 10.22 | - |
| YUV | 149.89 | 82.91 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 70 | 0 | 0.22 | 0.63 | 0.26 | 38.64 | 0.47 | 0.51 |
| Hex | BC | 92 | 46 | 0 | 16 | 3F | 1A | 27 | 2F | 33 |
| Octal | 274 | 222 | 106 | 0 | 26 | 77 | 32 | 47 | 57 | 63 |
| Binary | 10111100 | 10010010 | 1000110 | 0 | 10110 | 111111 | 11010 | 100111 | 101111 | 110011 |
Color Harmonies of #BC9246
Complementary color
Monochromatic Colors of #BC9246
Black with #BC9246
Text Example
Text Example
White with #BC9246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9246; }
p { color: rgb(188,146,70); }
H1.HeaderClassName
{
color: #BC9246;
}
.AnyTagClassName
{
color: #BC9246;
}
</style>
background-color css
<style>
a { background-color: #BC9246; }
a { background-color: rgb(188,146,70); }
div.DivClassName
{
background-color: #BC9246;
}
.BgClassName
{
background-color: #BC9246;
}
</style>
border-color css
<style>
span { border-color: #BC9246; }
span { border-color: rgb(188,146,70); }
td.TdClassName
{
border-color: #BC9246;
}
.TagClassName
{
border-color: #BC9246;
}
</style>