Shades of Tussock #B99250
Tints of Tussock #B99250
RGB
CMYK
RGB Variations
Color information
#B99250 (or 0xB99250) is known color: Tussock. HEX triplet: B9, 92 and 50. RGB value is (185,146,80). Sum of RGB (Red+Green+Blue) = 185+146+80=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B99250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99250 is #466DAF. Grayscale: #969696. Windows color (decimal): -4615600 or 5280441. OLE color: 5280441.
HSL color Cylindrical-coordinate representation of color #B99250: hue angle of 37.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B99250 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 146 | 80 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.27 |
| HSL | 37.71º | 0.43% | 0.52% | - |
| HSV(B) | 37.71º | 0.57% | 0.73% | - |
| XYZ | 31.73 | 31.45 | 11.99 | - |
| YUV | 150.14 | 88.42 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 146 | 80 | 0 | 0.21 | 0.57 | 0.27 | 37.71 | 0.43 | 0.52 |
| Hex | B9 | 92 | 50 | 0 | 15 | 39 | 1B | 26 | 2B | 34 |
| Octal | 271 | 222 | 120 | 0 | 25 | 71 | 33 | 46 | 53 | 64 |
| Binary | 10111001 | 10010010 | 1010000 | 0 | 10101 | 111001 | 11011 | 100110 | 101011 | 110100 |
Color Harmonies of #B99250
Complementary color
Monochromatic Colors of #B99250
Black with #B99250
Text Example
Text Example
White with #B99250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99250; }
p { color: rgb(185,146,80); }
H1.HeaderClassName
{
color: #B99250;
}
.AnyTagClassName
{
color: #B99250;
}
</style>
background-color css
<style>
a { background-color: #B99250; }
a { background-color: rgb(185,146,80); }
div.DivClassName
{
background-color: #B99250;
}
.BgClassName
{
background-color: #B99250;
}
</style>
border-color css
<style>
span { border-color: #B99250; }
span { border-color: rgb(185,146,80); }
td.TdClassName
{
border-color: #B99250;
}
.TagClassName
{
border-color: #B99250;
}
</style>