Shades of Tussock #BD9A52
Tints of Tussock #BD9A52
RGB
CMYK
RGB Variations
Color information
#BD9A52 (or 0xBD9A52) is known color: Tussock. HEX triplet: BD, 9A and 52. RGB value is (189,154,82). Sum of RGB (Red+Green+Blue) = 189+154+82=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9A52 is #4265AD. Grayscale: #9C9C9C. Windows color (decimal): -4351406 or 5413565. OLE color: 5413565.
HSL color Cylindrical-coordinate representation of color #BD9A52: hue angle of 40.37º 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 #BD9A52 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 82 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.26 |
| HSL | 40.37º | 0.45% | 0.53% | - |
| HSV(B) | 40.37º | 0.57% | 0.74% | - |
| XYZ | 34.06 | 34.54 | 12.85 | - |
| YUV | 156.26 | 86.1 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 82 | 0 | 0.19 | 0.57 | 0.26 | 40.37 | 0.45 | 0.53 |
| Hex | BD | 9A | 52 | 0 | 13 | 39 | 1A | 28 | 2D | 35 |
| Octal | 275 | 232 | 122 | 0 | 23 | 71 | 32 | 50 | 55 | 65 |
| Binary | 10111101 | 10011010 | 1010010 | 0 | 10011 | 111001 | 11010 | 101000 | 101101 | 110101 |
Color Harmonies of #BD9A52
Complementary color
Monochromatic Colors of #BD9A52
Black with #BD9A52
Text Example
Text Example
White with #BD9A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9A52; }
p { color: rgb(189,154,82); }
H1.HeaderClassName
{
color: #BD9A52;
}
.AnyTagClassName
{
color: #BD9A52;
}
</style>
background-color css
<style>
a { background-color: #BD9A52; }
a { background-color: rgb(189,154,82); }
div.DivClassName
{
background-color: #BD9A52;
}
.BgClassName
{
background-color: #BD9A52;
}
</style>
border-color css
<style>
span { border-color: #BD9A52; }
span { border-color: rgb(189,154,82); }
td.TdClassName
{
border-color: #BD9A52;
}
.TagClassName
{
border-color: #BD9A52;
}
</style>