Shades of Tussock #B58D4E
Tints of Tussock #B58D4E
RGB
CMYK
RGB Variations
Color information
#B58D4E (or 0xB58D4E) is known color: Tussock. HEX triplet: B5, 8D and 4E. RGB value is (181,141,78). Sum of RGB (Red+Green+Blue) = 181+141+78=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58D4E is #4A72B1. Grayscale: #929292. Windows color (decimal): -4879026 or 5148085. OLE color: 5148085.
HSL color Cylindrical-coordinate representation of color #B58D4E: hue angle of 36.7º 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 #B58D4E is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 141 | 78 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.29 |
| HSL | 36.7º | 0.41% | 0.51% | - |
| HSV(B) | 36.7º | 0.57% | 0.71% | - |
| XYZ | 29.96 | 29.42 | 11.31 | - |
| YUV | 145.78 | 89.75 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 78 | 0 | 0.22 | 0.57 | 0.29 | 36.7 | 0.41 | 0.51 |
| Hex | B5 | 8D | 4E | 0 | 16 | 39 | 1D | 25 | 29 | 33 |
| Octal | 265 | 215 | 116 | 0 | 26 | 71 | 35 | 45 | 51 | 63 |
| Binary | 10110101 | 10001101 | 1001110 | 0 | 10110 | 111001 | 11101 | 100101 | 101001 | 110011 |
Color Harmonies of #B58D4E
Complementary color
Monochromatic Colors of #B58D4E
Black with #B58D4E
Text Example
Text Example
White with #B58D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58D4E; }
p { color: rgb(181,141,78); }
H1.HeaderClassName
{
color: #B58D4E;
}
.AnyTagClassName
{
color: #B58D4E;
}
</style>
background-color css
<style>
a { background-color: #B58D4E; }
a { background-color: rgb(181,141,78); }
div.DivClassName
{
background-color: #B58D4E;
}
.BgClassName
{
background-color: #B58D4E;
}
</style>
border-color css
<style>
span { border-color: #B58D4E; }
span { border-color: rgb(181,141,78); }
td.TdClassName
{
border-color: #B58D4E;
}
.TagClassName
{
border-color: #B58D4E;
}
</style>