Shades of Tussock #BD994D
Tints of Tussock #BD994D
RGB
CMYK
RGB Variations
Color information
#BD994D (or 0xBD994D) is known color: Tussock. HEX triplet: BD, 99 and 4D. RGB value is (189,153,77). Sum of RGB (Red+Green+Blue) = 189+153+77=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD994D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD994D is #4266B2. Grayscale: #9B9B9B. Windows color (decimal): -4351667 or 5085629. OLE color: 5085629.
HSL color Cylindrical-coordinate representation of color #BD994D: hue angle of 40.71º 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 #BD994D is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 77 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.26 |
| HSL | 40.71º | 0.46% | 0.52% | - |
| HSV(B) | 40.71º | 0.59% | 0.74% | - |
| XYZ | 33.72 | 34.14 | 11.83 | - |
| YUV | 155.1 | 83.93 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 77 | 0 | 0.19 | 0.59 | 0.26 | 40.71 | 0.46 | 0.52 |
| Hex | BD | 99 | 4D | 0 | 13 | 3B | 1A | 29 | 2E | 34 |
| Octal | 275 | 231 | 115 | 0 | 23 | 73 | 32 | 51 | 56 | 64 |
| Binary | 10111101 | 10011001 | 1001101 | 0 | 10011 | 111011 | 11010 | 101001 | 101110 | 110100 |
Color Harmonies of #BD994D
Complementary color
Monochromatic Colors of #BD994D
Black with #BD994D
Text Example
Text Example
White with #BD994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD994D; }
p { color: rgb(189,153,77); }
H1.HeaderClassName
{
color: #BD994D;
}
.AnyTagClassName
{
color: #BD994D;
}
</style>
background-color css
<style>
a { background-color: #BD994D; }
a { background-color: rgb(189,153,77); }
div.DivClassName
{
background-color: #BD994D;
}
.BgClassName
{
background-color: #BD994D;
}
</style>
border-color css
<style>
span { border-color: #BD994D; }
span { border-color: rgb(189,153,77); }
td.TdClassName
{
border-color: #BD994D;
}
.TagClassName
{
border-color: #BD994D;
}
</style>