Shades of Tussock #BC984D
Tints of Tussock #BC984D
RGB
CMYK
RGB Variations
Color information
#BC984D (or 0xBC984D) is known color: Tussock. HEX triplet: BC, 98 and 4D. RGB value is (188,152,77). Sum of RGB (Red+Green+Blue) = 188+152+77=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC984D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC984D is #4367B2. Grayscale: #9A9A9A. Windows color (decimal): -4417459 or 5085372. OLE color: 5085372.
HSL color Cylindrical-coordinate representation of color #BC984D: hue angle of 40.54º 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 #BC984D is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 77 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.26 |
| HSL | 40.54º | 0.45% | 0.52% | - |
| HSV(B) | 40.54º | 0.59% | 0.74% | - |
| XYZ | 33.31 | 33.68 | 11.77 | - |
| YUV | 154.21 | 84.43 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 77 | 0 | 0.19 | 0.59 | 0.26 | 40.54 | 0.45 | 0.52 |
| Hex | BC | 98 | 4D | 0 | 13 | 3B | 1A | 29 | 2D | 34 |
| Octal | 274 | 230 | 115 | 0 | 23 | 73 | 32 | 51 | 55 | 64 |
| Binary | 10111100 | 10011000 | 1001101 | 0 | 10011 | 111011 | 11010 | 101001 | 101101 | 110100 |
Color Harmonies of #BC984D
Complementary color
Monochromatic Colors of #BC984D
Black with #BC984D
Text Example
Text Example
White with #BC984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC984D; }
p { color: rgb(188,152,77); }
H1.HeaderClassName
{
color: #BC984D;
}
.AnyTagClassName
{
color: #BC984D;
}
</style>
background-color css
<style>
a { background-color: #BC984D; }
a { background-color: rgb(188,152,77); }
div.DivClassName
{
background-color: #BC984D;
}
.BgClassName
{
background-color: #BC984D;
}
</style>
border-color css
<style>
span { border-color: #BC984D; }
span { border-color: rgb(188,152,77); }
td.TdClassName
{
border-color: #BC984D;
}
.TagClassName
{
border-color: #BC984D;
}
</style>