Shades of Tussock #BC9345
Tints of Tussock #BC9345
RGB
CMYK
RGB Variations
Color information
#BC9345 (or 0xBC9345) is known color: Tussock. HEX triplet: BC, 93 and 45. RGB value is (188,147,69). Sum of RGB (Red+Green+Blue) = 188+147+69=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9345 is #436CBA. Grayscale: #969696. Windows color (decimal): -4418747 or 4559804. OLE color: 4559804.
HSL color Cylindrical-coordinate representation of color #BC9345: hue angle of 39.33º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC9345 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 69 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.26 |
| HSL | 39.33º | 0.47% | 0.5% | - |
| HSV(B) | 39.33º | 0.63% | 0.74% | - |
| XYZ | 32.25 | 31.99 | 10.11 | - |
| YUV | 150.37 | 82.08 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 69 | 0 | 0.22 | 0.63 | 0.26 | 39.33 | 0.47 | 0.5 |
| Hex | BC | 93 | 45 | 0 | 16 | 3F | 1A | 27 | 2F | 32 |
| Octal | 274 | 223 | 105 | 0 | 26 | 77 | 32 | 47 | 57 | 62 |
| Binary | 10111100 | 10010011 | 1000101 | 0 | 10110 | 111111 | 11010 | 100111 | 101111 | 110010 |
Color Harmonies of #BC9345
Complementary color
Monochromatic Colors of #BC9345
Black with #BC9345
Text Example
Text Example
White with #BC9345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9345; }
p { color: rgb(188,147,69); }
H1.HeaderClassName
{
color: #BC9345;
}
.AnyTagClassName
{
color: #BC9345;
}
</style>
background-color css
<style>
a { background-color: #BC9345; }
a { background-color: rgb(188,147,69); }
div.DivClassName
{
background-color: #BC9345;
}
.BgClassName
{
background-color: #BC9345;
}
</style>
border-color css
<style>
span { border-color: #BC9345; }
span { border-color: rgb(188,147,69); }
td.TdClassName
{
border-color: #BC9345;
}
.TagClassName
{
border-color: #BC9345;
}
</style>