Shades of Tussock #BD9452
Tints of Tussock #BD9452
RGB
CMYK
RGB Variations
Color information
#BD9452 (or 0xBD9452) is known color: Tussock. HEX triplet: BD, 94 and 52. RGB value is (189,148,82). Sum of RGB (Red+Green+Blue) = 189+148+82=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9452 is #426BAD. Grayscale: #999999. Windows color (decimal): -4352942 or 5412029. OLE color: 5412029.
HSL color Cylindrical-coordinate representation of color #BD9452: hue angle of 37.01º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD9452 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 148 | 82 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.26 |
| HSL | 37.01º | 0.45% | 0.53% | - |
| HSV(B) | 37.01º | 0.57% | 0.74% | - |
| XYZ | 33.1 | 32.61 | 12.53 | - |
| YUV | 152.74 | 88.08 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 148 | 82 | 0 | 0.22 | 0.57 | 0.26 | 37.01 | 0.45 | 0.53 |
| Hex | BD | 94 | 52 | 0 | 16 | 39 | 1A | 25 | 2D | 35 |
| Octal | 275 | 224 | 122 | 0 | 26 | 71 | 32 | 45 | 55 | 65 |
| Binary | 10111101 | 10010100 | 1010010 | 0 | 10110 | 111001 | 11010 | 100101 | 101101 | 110101 |
Color Harmonies of #BD9452
Complementary color
Monochromatic Colors of #BD9452
Black with #BD9452
Text Example
Text Example
White with #BD9452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9452; }
p { color: rgb(189,148,82); }
H1.HeaderClassName
{
color: #BD9452;
}
.AnyTagClassName
{
color: #BD9452;
}
</style>
background-color css
<style>
a { background-color: #BD9452; }
a { background-color: rgb(189,148,82); }
div.DivClassName
{
background-color: #BD9452;
}
.BgClassName
{
background-color: #BD9452;
}
</style>
border-color css
<style>
span { border-color: #BD9452; }
span { border-color: rgb(189,148,82); }
td.TdClassName
{
border-color: #BD9452;
}
.TagClassName
{
border-color: #BD9452;
}
</style>