Shades of Tussock #BC954D
Tints of Tussock #BC954D
RGB
CMYK
RGB Variations
Color information
#BC954D (or 0xBC954D) is known color: Tussock. HEX triplet: BC, 95 and 4D. RGB value is (188,149,77). Sum of RGB (Red+Green+Blue) = 188+149+77=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC954D is #436AB2. Grayscale: #989898. Windows color (decimal): -4418227 or 5084604. OLE color: 5084604.
HSL color Cylindrical-coordinate representation of color #BC954D: hue angle of 38.92º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC954D is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 77 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.26 |
| HSL | 38.92º | 0.45% | 0.52% | - |
| HSV(B) | 38.92º | 0.59% | 0.74% | - |
| XYZ | 32.83 | 32.72 | 11.61 | - |
| YUV | 152.45 | 85.42 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 77 | 0 | 0.21 | 0.59 | 0.26 | 38.92 | 0.45 | 0.52 |
| Hex | BC | 95 | 4D | 0 | 15 | 3B | 1A | 27 | 2D | 34 |
| Octal | 274 | 225 | 115 | 0 | 25 | 73 | 32 | 47 | 55 | 64 |
| Binary | 10111100 | 10010101 | 1001101 | 0 | 10101 | 111011 | 11010 | 100111 | 101101 | 110100 |
Color Harmonies of #BC954D
Complementary color
Monochromatic Colors of #BC954D
Black with #BC954D
Text Example
Text Example
White with #BC954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC954D; }
p { color: rgb(188,149,77); }
H1.HeaderClassName
{
color: #BC954D;
}
.AnyTagClassName
{
color: #BC954D;
}
</style>
background-color css
<style>
a { background-color: #BC954D; }
a { background-color: rgb(188,149,77); }
div.DivClassName
{
background-color: #BC954D;
}
.BgClassName
{
background-color: #BC954D;
}
</style>
border-color css
<style>
span { border-color: #BC954D; }
span { border-color: rgb(188,149,77); }
td.TdClassName
{
border-color: #BC954D;
}
.TagClassName
{
border-color: #BC954D;
}
</style>