Shades of Tussock #B99052
Tints of Tussock #B99052
RGB
CMYK
RGB Variations
Color information
#B99052 (or 0xB99052) is known color: Tussock. HEX triplet: B9, 90 and 52. RGB value is (185,144,82). Sum of RGB (Red+Green+Blue) = 185+144+82=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B99052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99052 is #466FAD. Grayscale: #959595. Windows color (decimal): -4616110 or 5411001. OLE color: 5411001.
HSL color Cylindrical-coordinate representation of color #B99052: hue angle of 36.12º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B99052 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 82 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.27 |
| HSL | 36.12º | 0.42% | 0.52% | - |
| HSV(B) | 36.12º | 0.56% | 0.73% | - |
| XYZ | 31.5 | 30.87 | 12.28 | - |
| YUV | 149.19 | 90.08 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 82 | 0 | 0.22 | 0.56 | 0.27 | 36.12 | 0.42 | 0.52 |
| Hex | B9 | 90 | 52 | 0 | 16 | 38 | 1B | 24 | 2A | 34 |
| Octal | 271 | 220 | 122 | 0 | 26 | 70 | 33 | 44 | 52 | 64 |
| Binary | 10111001 | 10010000 | 1010010 | 0 | 10110 | 111000 | 11011 | 100100 | 101010 | 110100 |
Color Harmonies of #B99052
Complementary color
Monochromatic Colors of #B99052
Black with #B99052
Text Example
Text Example
White with #B99052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99052; }
p { color: rgb(185,144,82); }
H1.HeaderClassName
{
color: #B99052;
}
.AnyTagClassName
{
color: #B99052;
}
</style>
background-color css
<style>
a { background-color: #B99052; }
a { background-color: rgb(185,144,82); }
div.DivClassName
{
background-color: #B99052;
}
.BgClassName
{
background-color: #B99052;
}
</style>
border-color css
<style>
span { border-color: #B99052; }
span { border-color: rgb(185,144,82); }
td.TdClassName
{
border-color: #B99052;
}
.TagClassName
{
border-color: #B99052;
}
</style>