Shades of Tussock #BD9245
Tints of Tussock #BD9245
RGB
CMYK
RGB Variations
Color information
#BD9245 (or 0xBD9245) is known color: Tussock. HEX triplet: BD, 92 and 45. RGB value is (189,146,69). Sum of RGB (Red+Green+Blue) = 189+146+69=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9245 is #426DBA. Grayscale: #969696. Windows color (decimal): -4353467 or 4559549. OLE color: 4559549.
HSL color Cylindrical-coordinate representation of color #BD9245: hue angle of 38.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 #BD9245 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 146 | 69 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.26 |
| HSL | 38.5º | 0.48% | 0.51% | - |
| HSV(B) | 38.5º | 0.63% | 0.74% | - |
| XYZ | 32.34 | 31.81 | 10.06 | - |
| YUV | 150.08 | 82.25 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 69 | 0 | 0.23 | 0.63 | 0.26 | 38.5 | 0.48 | 0.51 |
| Hex | BD | 92 | 45 | 0 | 17 | 3F | 1A | 26 | 30 | 33 |
| Octal | 275 | 222 | 105 | 0 | 27 | 77 | 32 | 46 | 60 | 63 |
| Binary | 10111101 | 10010010 | 1000101 | 0 | 10111 | 111111 | 11010 | 100110 | 110000 | 110011 |
Color Harmonies of #BD9245
Complementary color
Monochromatic Colors of #BD9245
Black with #BD9245
Text Example
Text Example
White with #BD9245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9245; }
p { color: rgb(189,146,69); }
H1.HeaderClassName
{
color: #BD9245;
}
.AnyTagClassName
{
color: #BD9245;
}
</style>
background-color css
<style>
a { background-color: #BD9245; }
a { background-color: rgb(189,146,69); }
div.DivClassName
{
background-color: #BD9245;
}
.BgClassName
{
background-color: #BD9245;
}
</style>
border-color css
<style>
span { border-color: #BD9245; }
span { border-color: rgb(189,146,69); }
td.TdClassName
{
border-color: #BD9245;
}
.TagClassName
{
border-color: #BD9245;
}
</style>