Shades of Tussock #BD9650
Tints of Tussock #BD9650
RGB
CMYK
RGB Variations
Color information
#BD9650 (or 0xBD9650) is known color: Tussock. HEX triplet: BD, 96 and 50. RGB value is (189,150,80). Sum of RGB (Red+Green+Blue) = 189+150+80=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9650 is #4269AF. Grayscale: #9A9A9A. Windows color (decimal): -4352432 or 5281469. OLE color: 5281469.
HSL color Cylindrical-coordinate representation of color #BD9650: hue angle of 38.53º 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 #BD9650 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 150 | 80 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.26 |
| HSL | 38.53º | 0.45% | 0.53% | - |
| HSV(B) | 38.53º | 0.58% | 0.74% | - |
| XYZ | 33.34 | 33.21 | 12.24 | - |
| YUV | 153.68 | 86.42 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 80 | 0 | 0.21 | 0.58 | 0.26 | 38.53 | 0.45 | 0.53 |
| Hex | BD | 96 | 50 | 0 | 15 | 3A | 1A | 27 | 2D | 35 |
| Octal | 275 | 226 | 120 | 0 | 25 | 72 | 32 | 47 | 55 | 65 |
| Binary | 10111101 | 10010110 | 1010000 | 0 | 10101 | 111010 | 11010 | 100111 | 101101 | 110101 |
Color Harmonies of #BD9650
Complementary color
Monochromatic Colors of #BD9650
Black with #BD9650
Text Example
Text Example
White with #BD9650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9650; }
p { color: rgb(189,150,80); }
H1.HeaderClassName
{
color: #BD9650;
}
.AnyTagClassName
{
color: #BD9650;
}
</style>
background-color css
<style>
a { background-color: #BD9650; }
a { background-color: rgb(189,150,80); }
div.DivClassName
{
background-color: #BD9650;
}
.BgClassName
{
background-color: #BD9650;
}
</style>
border-color css
<style>
span { border-color: #BD9650; }
span { border-color: rgb(189,150,80); }
td.TdClassName
{
border-color: #BD9650;
}
.TagClassName
{
border-color: #BD9650;
}
</style>