Shades of Tussock #BC9547
Tints of Tussock #BC9547
RGB
CMYK
RGB Variations
Color information
#BC9547 (or 0xBC9547) is known color: Tussock. HEX triplet: BC, 95 and 47. RGB value is (188,149,71). Sum of RGB (Red+Green+Blue) = 188+149+71=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 71 (28.12% from 255 or 17.40% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9547 is #436AB8. Grayscale: #989898. Windows color (decimal): -4418233 or 4691388. OLE color: 4691388.
HSL color Cylindrical-coordinate representation of color #BC9547: hue angle of 40º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC9547 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 71 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.26 |
| HSL | 40º | 0.47% | 0.51% | - |
| HSV(B) | 40º | 0.62% | 0.74% | - |
| XYZ | 32.62 | 32.64 | 10.54 | - |
| YUV | 151.77 | 82.42 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 71 | 0 | 0.21 | 0.62 | 0.26 | 40 | 0.47 | 0.51 |
| Hex | BC | 95 | 47 | 0 | 15 | 3E | 1A | 28 | 2F | 33 |
| Octal | 274 | 225 | 107 | 0 | 25 | 76 | 32 | 50 | 57 | 63 |
| Binary | 10111100 | 10010101 | 1000111 | 0 | 10101 | 111110 | 11010 | 101000 | 101111 | 110011 |
Color Harmonies of #BC9547
Complementary color
Monochromatic Colors of #BC9547
Black with #BC9547
Text Example
Text Example
White with #BC9547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9547; }
p { color: rgb(188,149,71); }
H1.HeaderClassName
{
color: #BC9547;
}
.AnyTagClassName
{
color: #BC9547;
}
</style>
background-color css
<style>
a { background-color: #BC9547; }
a { background-color: rgb(188,149,71); }
div.DivClassName
{
background-color: #BC9547;
}
.BgClassName
{
background-color: #BC9547;
}
</style>
border-color css
<style>
span { border-color: #BC9547; }
span { border-color: rgb(188,149,71); }
td.TdClassName
{
border-color: #BC9547;
}
.TagClassName
{
border-color: #BC9547;
}
</style>