Shades of Tussock #BC994D
Tints of Tussock #BC994D
RGB
CMYK
RGB Variations
Color information
#BC994D (or 0xBC994D) is known color: Tussock. HEX triplet: BC, 99 and 4D. RGB value is (188,153,77). Sum of RGB (Red+Green+Blue) = 188+153+77=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC994D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC994D is #4366B2. Grayscale: #9B9B9B. Windows color (decimal): -4417203 or 5085628. OLE color: 5085628.
HSL color Cylindrical-coordinate representation of color #BC994D: hue angle of 41.08º 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 #BC994D is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 77 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.26 |
| HSL | 41.08º | 0.45% | 0.52% | - |
| HSV(B) | 41.08º | 0.59% | 0.74% | - |
| XYZ | 33.47 | 34.01 | 11.82 | - |
| YUV | 154.8 | 84.1 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 77 | 0 | 0.19 | 0.59 | 0.26 | 41.08 | 0.45 | 0.52 |
| Hex | BC | 99 | 4D | 0 | 13 | 3B | 1A | 29 | 2D | 34 |
| Octal | 274 | 231 | 115 | 0 | 23 | 73 | 32 | 51 | 55 | 64 |
| Binary | 10111100 | 10011001 | 1001101 | 0 | 10011 | 111011 | 11010 | 101001 | 101101 | 110100 |
Color Harmonies of #BC994D
Complementary color
Monochromatic Colors of #BC994D
Black with #BC994D
Text Example
Text Example
White with #BC994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC994D; }
p { color: rgb(188,153,77); }
H1.HeaderClassName
{
color: #BC994D;
}
.AnyTagClassName
{
color: #BC994D;
}
</style>
background-color css
<style>
a { background-color: #BC994D; }
a { background-color: rgb(188,153,77); }
div.DivClassName
{
background-color: #BC994D;
}
.BgClassName
{
background-color: #BC994D;
}
</style>
border-color css
<style>
span { border-color: #BC994D; }
span { border-color: rgb(188,153,77); }
td.TdClassName
{
border-color: #BC994D;
}
.TagClassName
{
border-color: #BC994D;
}
</style>