Shades of Tussock #BD9045
Tints of Tussock #BD9045
RGB
CMYK
RGB Variations
Color information
#BD9045 (or 0xBD9045) is known color: Tussock. HEX triplet: BD, 90 and 45. RGB value is (189,144,69). Sum of RGB (Red+Green+Blue) = 189+144+69=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9045 is #426FBA. Grayscale: #959595. Windows color (decimal): -4353979 or 4559037. OLE color: 4559037.
HSL color Cylindrical-coordinate representation of color #BD9045: hue angle of 37.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD9045 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 144 | 69 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.26 |
| HSL | 37.5º | 0.48% | 0.51% | - |
| HSV(B) | 37.5º | 0.63% | 0.74% | - |
| XYZ | 32.03 | 31.2 | 9.96 | - |
| YUV | 148.91 | 82.91 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 69 | 0 | 0.24 | 0.63 | 0.26 | 37.5 | 0.48 | 0.51 |
| Hex | BD | 90 | 45 | 0 | 18 | 3F | 1A | 26 | 30 | 33 |
| Octal | 275 | 220 | 105 | 0 | 30 | 77 | 32 | 46 | 60 | 63 |
| Binary | 10111101 | 10010000 | 1000101 | 0 | 11000 | 111111 | 11010 | 100110 | 110000 | 110011 |
Color Harmonies of #BD9045
Complementary color
Monochromatic Colors of #BD9045
Black with #BD9045
Text Example
Text Example
White with #BD9045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9045; }
p { color: rgb(189,144,69); }
H1.HeaderClassName
{
color: #BD9045;
}
.AnyTagClassName
{
color: #BD9045;
}
</style>
background-color css
<style>
a { background-color: #BD9045; }
a { background-color: rgb(189,144,69); }
div.DivClassName
{
background-color: #BD9045;
}
.BgClassName
{
background-color: #BD9045;
}
</style>
border-color css
<style>
span { border-color: #BD9045; }
span { border-color: rgb(189,144,69); }
td.TdClassName
{
border-color: #BD9045;
}
.TagClassName
{
border-color: #BD9045;
}
</style>