Shades of Tussock #B58E4D
Tints of Tussock #B58E4D
RGB
CMYK
RGB Variations
Color information
#B58E4D (or 0xB58E4D) is known color: Tussock. HEX triplet: B5, 8E and 4D. RGB value is (181,142,77). Sum of RGB (Red+Green+Blue) = 181+142+77=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58E4D is #4A71B2. Grayscale: #929292. Windows color (decimal): -4878771 or 5082805. OLE color: 5082805.
HSL color Cylindrical-coordinate representation of color #B58E4D: hue angle of 37.5º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B58E4D is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 142 | 77 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.29 |
| HSL | 37.5º | 0.41% | 0.51% | - |
| HSV(B) | 37.5º | 0.57% | 0.71% | - |
| XYZ | 30.07 | 29.71 | 11.17 | - |
| YUV | 146.25 | 88.92 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 142 | 77 | 0 | 0.22 | 0.57 | 0.29 | 37.5 | 0.41 | 0.51 |
| Hex | B5 | 8E | 4D | 0 | 16 | 39 | 1D | 26 | 29 | 33 |
| Octal | 265 | 216 | 115 | 0 | 26 | 71 | 35 | 46 | 51 | 63 |
| Binary | 10110101 | 10001110 | 1001101 | 0 | 10110 | 111001 | 11101 | 100110 | 101001 | 110011 |
Color Harmonies of #B58E4D
Complementary color
Monochromatic Colors of #B58E4D
Black with #B58E4D
Text Example
Text Example
White with #B58E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58E4D; }
p { color: rgb(181,142,77); }
H1.HeaderClassName
{
color: #B58E4D;
}
.AnyTagClassName
{
color: #B58E4D;
}
</style>
background-color css
<style>
a { background-color: #B58E4D; }
a { background-color: rgb(181,142,77); }
div.DivClassName
{
background-color: #B58E4D;
}
.BgClassName
{
background-color: #B58E4D;
}
</style>
border-color css
<style>
span { border-color: #B58E4D; }
span { border-color: rgb(181,142,77); }
td.TdClassName
{
border-color: #B58E4D;
}
.TagClassName
{
border-color: #B58E4D;
}
</style>