Shades of Tussock #BC9446
Tints of Tussock #BC9446
RGB
CMYK
RGB Variations
Color information
#BC9446 (or 0xBC9446) is known color: Tussock. HEX triplet: BC, 94 and 46. RGB value is (188,148,70). Sum of RGB (Red+Green+Blue) = 188+148+70=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 70 (27.73% from 255 or 17.24% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9446 is #436BB9. Grayscale: #979797. Windows color (decimal): -4418490 or 4625596. OLE color: 4625596.
HSL color Cylindrical-coordinate representation of color #BC9446: hue angle of 39.66º 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 #BC9446 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 70 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.26 |
| HSL | 39.66º | 0.47% | 0.51% | - |
| HSV(B) | 39.66º | 0.63% | 0.74% | - |
| XYZ | 32.43 | 32.31 | 10.32 | - |
| YUV | 151.07 | 82.25 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 70 | 0 | 0.21 | 0.63 | 0.26 | 39.66 | 0.47 | 0.51 |
| Hex | BC | 94 | 46 | 0 | 15 | 3F | 1A | 28 | 2F | 33 |
| Octal | 274 | 224 | 106 | 0 | 25 | 77 | 32 | 50 | 57 | 63 |
| Binary | 10111100 | 10010100 | 1000110 | 0 | 10101 | 111111 | 11010 | 101000 | 101111 | 110011 |
Color Harmonies of #BC9446
Complementary color
Monochromatic Colors of #BC9446
Black with #BC9446
Text Example
Text Example
White with #BC9446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9446; }
p { color: rgb(188,148,70); }
H1.HeaderClassName
{
color: #BC9446;
}
.AnyTagClassName
{
color: #BC9446;
}
</style>
background-color css
<style>
a { background-color: #BC9446; }
a { background-color: rgb(188,148,70); }
div.DivClassName
{
background-color: #BC9446;
}
.BgClassName
{
background-color: #BC9446;
}
</style>
border-color css
<style>
span { border-color: #BC9446; }
span { border-color: rgb(188,148,70); }
td.TdClassName
{
border-color: #BC9446;
}
.TagClassName
{
border-color: #BC9446;
}
</style>