Shades of Tussock #BC9350
Tints of Tussock #BC9350
RGB
CMYK
RGB Variations
Color information
#BC9350 (or 0xBC9350) is known color: Tussock. HEX triplet: BC, 93 and 50. RGB value is (188,147,80). Sum of RGB (Red+Green+Blue) = 188+147+80=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9350 is #436CAF. Grayscale: #979797. Windows color (decimal): -4418736 or 5280700. OLE color: 5280700.
HSL color Cylindrical-coordinate representation of color #BC9350: hue angle of 37.22º 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 #BC9350 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 80 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.26 |
| HSL | 37.22º | 0.45% | 0.53% | - |
| HSV(B) | 37.22º | 0.57% | 0.74% | - |
| XYZ | 32.62 | 32.14 | 12.07 | - |
| YUV | 151.62 | 87.58 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 80 | 0 | 0.22 | 0.57 | 0.26 | 37.22 | 0.45 | 0.53 |
| Hex | BC | 93 | 50 | 0 | 16 | 39 | 1A | 25 | 2D | 35 |
| Octal | 274 | 223 | 120 | 0 | 26 | 71 | 32 | 45 | 55 | 65 |
| Binary | 10111100 | 10010011 | 1010000 | 0 | 10110 | 111001 | 11010 | 100101 | 101101 | 110101 |
Color Harmonies of #BC9350
Complementary color
Monochromatic Colors of #BC9350
Black with #BC9350
Text Example
Text Example
White with #BC9350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9350; }
p { color: rgb(188,147,80); }
H1.HeaderClassName
{
color: #BC9350;
}
.AnyTagClassName
{
color: #BC9350;
}
</style>
background-color css
<style>
a { background-color: #BC9350; }
a { background-color: rgb(188,147,80); }
div.DivClassName
{
background-color: #BC9350;
}
.BgClassName
{
background-color: #BC9350;
}
</style>
border-color css
<style>
span { border-color: #BC9350; }
span { border-color: rgb(188,147,80); }
td.TdClassName
{
border-color: #BC9350;
}
.TagClassName
{
border-color: #BC9350;
}
</style>