Shades of Tussock #BC954C
Tints of Tussock #BC954C
RGB
CMYK
RGB Variations
Color information
#BC954C (or 0xBC954C) is known color: Tussock. HEX triplet: BC, 95 and 4C. RGB value is (188,149,76). Sum of RGB (Red+Green+Blue) = 188+149+76=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC954C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC954C is #436AB3. Grayscale: #989898. Windows color (decimal): -4418228 or 5019068. OLE color: 5019068.
HSL color Cylindrical-coordinate representation of color #BC954C: hue angle of 39.11º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC954C is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 76 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.26 |
| HSL | 39.11º | 0.46% | 0.52% | - |
| HSV(B) | 39.11º | 0.6% | 0.74% | - |
| XYZ | 32.79 | 32.71 | 11.42 | - |
| YUV | 152.34 | 84.92 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 76 | 0 | 0.21 | 0.60 | 0.26 | 39.11 | 0.46 | 0.52 |
| Hex | BC | 95 | 4C | 0 | 15 | 3C | 1A | 27 | 2E | 34 |
| Octal | 274 | 225 | 114 | 0 | 25 | 74 | 32 | 47 | 56 | 64 |
| Binary | 10111100 | 10010101 | 1001100 | 0 | 10101 | 111100 | 11010 | 100111 | 101110 | 110100 |
Color Harmonies of #BC954C
Complementary color
Monochromatic Colors of #BC954C
Black with #BC954C
Text Example
Text Example
White with #BC954C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC954C; }
p { color: rgb(188,149,76); }
H1.HeaderClassName
{
color: #BC954C;
}
.AnyTagClassName
{
color: #BC954C;
}
</style>
background-color css
<style>
a { background-color: #BC954C; }
a { background-color: rgb(188,149,76); }
div.DivClassName
{
background-color: #BC954C;
}
.BgClassName
{
background-color: #BC954C;
}
</style>
border-color css
<style>
span { border-color: #BC954C; }
span { border-color: rgb(188,149,76); }
td.TdClassName
{
border-color: #BC954C;
}
.TagClassName
{
border-color: #BC954C;
}
</style>