Shades of Tussock #BD984E
Tints of Tussock #BD984E
RGB
CMYK
RGB Variations
Color information
#BD984E (or 0xBD984E) is known color: Tussock. HEX triplet: BD, 98 and 4E. RGB value is (189,152,78). Sum of RGB (Red+Green+Blue) = 189+152+78=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD984E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD984E is #4267B1. Grayscale: #9A9A9A. Windows color (decimal): -4351922 or 5150909. OLE color: 5150909.
HSL color Cylindrical-coordinate representation of color #BD984E: hue angle of 40º degrees, saturation: 0.46, 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 #BD984E is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 78 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.26 |
| HSL | 40º | 0.46% | 0.52% | - |
| HSV(B) | 40º | 0.59% | 0.74% | - |
| XYZ | 33.59 | 33.83 | 11.97 | - |
| YUV | 154.63 | 84.76 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 78 | 0 | 0.20 | 0.59 | 0.26 | 40 | 0.46 | 0.52 |
| Hex | BD | 98 | 4E | 0 | 14 | 3B | 1A | 28 | 2E | 34 |
| Octal | 275 | 230 | 116 | 0 | 24 | 73 | 32 | 50 | 56 | 64 |
| Binary | 10111101 | 10011000 | 1001110 | 0 | 10100 | 111011 | 11010 | 101000 | 101110 | 110100 |
Color Harmonies of #BD984E
Complementary color
Monochromatic Colors of #BD984E
Black with #BD984E
Text Example
Text Example
White with #BD984E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD984E; }
p { color: rgb(189,152,78); }
H1.HeaderClassName
{
color: #BD984E;
}
.AnyTagClassName
{
color: #BD984E;
}
</style>
background-color css
<style>
a { background-color: #BD984E; }
a { background-color: rgb(189,152,78); }
div.DivClassName
{
background-color: #BD984E;
}
.BgClassName
{
background-color: #BD984E;
}
</style>
border-color css
<style>
span { border-color: #BD984E; }
span { border-color: rgb(189,152,78); }
td.TdClassName
{
border-color: #BD984E;
}
.TagClassName
{
border-color: #BD984E;
}
</style>