Shades of Tussock #B89251
Tints of Tussock #B89251
RGB
CMYK
RGB Variations
Color information
#B89251 (or 0xB89251) is known color: Tussock. HEX triplet: B8, 92 and 51. RGB value is (184,146,81). Sum of RGB (Red+Green+Blue) = 184+146+81=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 81 (32.03% from 255 or 19.71% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B89251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89251 is #476DAE. Grayscale: #969696. Windows color (decimal): -4681135 or 5345976. OLE color: 5345976.
HSL color Cylindrical-coordinate representation of color #B89251: hue angle of 37.86º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B89251 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 81 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.28 |
| HSL | 37.86º | 0.42% | 0.52% | - |
| HSV(B) | 37.86º | 0.56% | 0.72% | - |
| XYZ | 31.53 | 31.34 | 12.17 | - |
| YUV | 149.95 | 89.09 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 81 | 0 | 0.21 | 0.56 | 0.28 | 37.86 | 0.42 | 0.52 |
| Hex | B8 | 92 | 51 | 0 | 15 | 38 | 1C | 26 | 2A | 34 |
| Octal | 270 | 222 | 121 | 0 | 25 | 70 | 34 | 46 | 52 | 64 |
| Binary | 10111000 | 10010010 | 1010001 | 0 | 10101 | 111000 | 11100 | 100110 | 101010 | 110100 |
Color Harmonies of #B89251
Complementary color
Monochromatic Colors of #B89251
Black with #B89251
Text Example
Text Example
White with #B89251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89251; }
p { color: rgb(184,146,81); }
H1.HeaderClassName
{
color: #B89251;
}
.AnyTagClassName
{
color: #B89251;
}
</style>
background-color css
<style>
a { background-color: #B89251; }
a { background-color: rgb(184,146,81); }
div.DivClassName
{
background-color: #B89251;
}
.BgClassName
{
background-color: #B89251;
}
</style>
border-color css
<style>
span { border-color: #B89251; }
span { border-color: rgb(184,146,81); }
td.TdClassName
{
border-color: #B89251;
}
.TagClassName
{
border-color: #B89251;
}
</style>