Shades of Tussock #BC9450
Tints of Tussock #BC9450
RGB
CMYK
RGB Variations
Color information
#BC9450 (or 0xBC9450) is known color: Tussock. HEX triplet: BC, 94 and 50. RGB value is (188,148,80). Sum of RGB (Red+Green+Blue) = 188+148+80=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9450 is #436BAF. Grayscale: #989898. Windows color (decimal): -4418480 or 5280956. OLE color: 5280956.
HSL color Cylindrical-coordinate representation of color #BC9450: hue angle of 37.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC9450 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 80 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.26 |
| HSL | 37.78º | 0.45% | 0.53% | - |
| HSV(B) | 37.78º | 0.57% | 0.74% | - |
| XYZ | 32.78 | 32.45 | 12.13 | - |
| YUV | 152.21 | 87.25 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 80 | 0 | 0.21 | 0.57 | 0.26 | 37.78 | 0.45 | 0.53 |
| Hex | BC | 94 | 50 | 0 | 15 | 39 | 1A | 26 | 2D | 35 |
| Octal | 274 | 224 | 120 | 0 | 25 | 71 | 32 | 46 | 55 | 65 |
| Binary | 10111100 | 10010100 | 1010000 | 0 | 10101 | 111001 | 11010 | 100110 | 101101 | 110101 |
Color Harmonies of #BC9450
Complementary color
Monochromatic Colors of #BC9450
Black with #BC9450
Text Example
Text Example
White with #BC9450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9450; }
p { color: rgb(188,148,80); }
H1.HeaderClassName
{
color: #BC9450;
}
.AnyTagClassName
{
color: #BC9450;
}
</style>
background-color css
<style>
a { background-color: #BC9450; }
a { background-color: rgb(188,148,80); }
div.DivClassName
{
background-color: #BC9450;
}
.BgClassName
{
background-color: #BC9450;
}
</style>
border-color css
<style>
span { border-color: #BC9450; }
span { border-color: rgb(188,148,80); }
td.TdClassName
{
border-color: #BC9450;
}
.TagClassName
{
border-color: #BC9450;
}
</style>