Shades of Tussock #BD9044
Tints of Tussock #BD9044
RGB
CMYK
RGB Variations
Color information
#BD9044 (or 0xBD9044) is known color: Tussock. HEX triplet: BD, 90 and 44. RGB value is (189,144,68). Sum of RGB (Red+Green+Blue) = 189+144+68=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9044 is #426FBB. Grayscale: #959595. Windows color (decimal): -4353980 or 4493501. OLE color: 4493501.
HSL color Cylindrical-coordinate representation of color #BD9044: hue angle of 37.69º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD9044 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 144 | 68 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.26 |
| HSL | 37.69º | 0.48% | 0.5% | - |
| HSV(B) | 37.69º | 0.64% | 0.74% | - |
| XYZ | 32 | 31.18 | 9.8 | - |
| YUV | 148.79 | 82.41 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 68 | 0 | 0.24 | 0.64 | 0.26 | 37.69 | 0.48 | 0.5 |
| Hex | BD | 90 | 44 | 0 | 18 | 40 | 1A | 26 | 30 | 32 |
| Octal | 275 | 220 | 104 | 0 | 30 | 100 | 32 | 46 | 60 | 62 |
| Binary | 10111101 | 10010000 | 1000100 | 0 | 11000 | 1000000 | 11010 | 100110 | 110000 | 110010 |
Color Harmonies of #BD9044
Complementary color
Monochromatic Colors of #BD9044
Black with #BD9044
Text Example
Text Example
White with #BD9044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9044; }
p { color: rgb(189,144,68); }
H1.HeaderClassName
{
color: #BD9044;
}
.AnyTagClassName
{
color: #BD9044;
}
</style>
background-color css
<style>
a { background-color: #BD9044; }
a { background-color: rgb(189,144,68); }
div.DivClassName
{
background-color: #BD9044;
}
.BgClassName
{
background-color: #BD9044;
}
</style>
border-color css
<style>
span { border-color: #BD9044; }
span { border-color: rgb(189,144,68); }
td.TdClassName
{
border-color: #BD9044;
}
.TagClassName
{
border-color: #BD9044;
}
</style>