Shades of Tussock #BD9250
Tints of Tussock #BD9250
RGB
CMYK
RGB Variations
Color information
#BD9250 (or 0xBD9250) is known color: Tussock. HEX triplet: BD, 92 and 50. RGB value is (189,146,80). Sum of RGB (Red+Green+Blue) = 189+146+80=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9250 is #426DAF. Grayscale: #979797. Windows color (decimal): -4353456 or 5280445. OLE color: 5280445.
HSL color Cylindrical-coordinate representation of color #BD9250: hue angle of 36.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD9250 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 146 | 80 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.26 |
| HSL | 36.33º | 0.45% | 0.53% | - |
| HSV(B) | 36.33º | 0.58% | 0.74% | - |
| XYZ | 32.71 | 31.96 | 12.03 | - |
| YUV | 151.33 | 87.75 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 80 | 0 | 0.23 | 0.58 | 0.26 | 36.33 | 0.45 | 0.53 |
| Hex | BD | 92 | 50 | 0 | 17 | 3A | 1A | 24 | 2D | 35 |
| Octal | 275 | 222 | 120 | 0 | 27 | 72 | 32 | 44 | 55 | 65 |
| Binary | 10111101 | 10010010 | 1010000 | 0 | 10111 | 111010 | 11010 | 100100 | 101101 | 110101 |
Color Harmonies of #BD9250
Complementary color
Monochromatic Colors of #BD9250
Black with #BD9250
Text Example
Text Example
White with #BD9250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9250; }
p { color: rgb(189,146,80); }
H1.HeaderClassName
{
color: #BD9250;
}
.AnyTagClassName
{
color: #BD9250;
}
</style>
background-color css
<style>
a { background-color: #BD9250; }
a { background-color: rgb(189,146,80); }
div.DivClassName
{
background-color: #BD9250;
}
.BgClassName
{
background-color: #BD9250;
}
</style>
border-color css
<style>
span { border-color: #BD9250; }
span { border-color: rgb(189,146,80); }
td.TdClassName
{
border-color: #BD9250;
}
.TagClassName
{
border-color: #BD9250;
}
</style>