Shades of Tussock #BD8E50
Tints of Tussock #BD8E50
RGB
CMYK
RGB Variations
Color information
#BD8E50 (or 0xBD8E50) is known color: Tussock. HEX triplet: BD, 8E and 50. RGB value is (189,142,80). Sum of RGB (Red+Green+Blue) = 189+142+80=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8E50 is #4271AF. Grayscale: #959595. Windows color (decimal): -4354480 or 5279421. OLE color: 5279421.
HSL color Cylindrical-coordinate representation of color #BD8E50: hue angle of 34.13º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD8E50 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 142 | 80 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.26 |
| HSL | 34.13º | 0.45% | 0.53% | - |
| HSV(B) | 34.13º | 0.58% | 0.74% | - |
| XYZ | 32.11 | 30.74 | 11.83 | - |
| YUV | 148.99 | 89.07 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 142 | 80 | 0 | 0.25 | 0.58 | 0.26 | 34.13 | 0.45 | 0.53 |
| Hex | BD | 8E | 50 | 0 | 19 | 3A | 1A | 22 | 2D | 35 |
| Octal | 275 | 216 | 120 | 0 | 31 | 72 | 32 | 42 | 55 | 65 |
| Binary | 10111101 | 10001110 | 1010000 | 0 | 11001 | 111010 | 11010 | 100010 | 101101 | 110101 |
Color Harmonies of #BD8E50
Complementary color
Monochromatic Colors of #BD8E50
Black with #BD8E50
Text Example
Text Example
White with #BD8E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8E50; }
p { color: rgb(189,142,80); }
H1.HeaderClassName
{
color: #BD8E50;
}
.AnyTagClassName
{
color: #BD8E50;
}
</style>
background-color css
<style>
a { background-color: #BD8E50; }
a { background-color: rgb(189,142,80); }
div.DivClassName
{
background-color: #BD8E50;
}
.BgClassName
{
background-color: #BD8E50;
}
</style>
border-color css
<style>
span { border-color: #BD8E50; }
span { border-color: rgb(189,142,80); }
td.TdClassName
{
border-color: #BD8E50;
}
.TagClassName
{
border-color: #BD8E50;
}
</style>