Shades of Tussock #B58D4B
Tints of Tussock #B58D4B
RGB
CMYK
RGB Variations
Color information
#B58D4B (or 0xB58D4B) is known color: Tussock. HEX triplet: B5, 8D and 4B. RGB value is (181,141,75). Sum of RGB (Red+Green+Blue) = 181+141+75=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58D4B is #4A72B4. Grayscale: #919191. Windows color (decimal): -4879029 or 4951477. OLE color: 4951477.
HSL color Cylindrical-coordinate representation of color #B58D4B: hue angle of 37.36º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B58D4B is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 141 | 75 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.29 |
| HSL | 37.36º | 0.42% | 0.5% | - |
| HSV(B) | 37.36º | 0.59% | 0.71% | - |
| XYZ | 29.85 | 29.38 | 10.75 | - |
| YUV | 145.44 | 88.25 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 75 | 0 | 0.22 | 0.59 | 0.29 | 37.36 | 0.42 | 0.5 |
| Hex | B5 | 8D | 4B | 0 | 16 | 3B | 1D | 25 | 2A | 32 |
| Octal | 265 | 215 | 113 | 0 | 26 | 73 | 35 | 45 | 52 | 62 |
| Binary | 10110101 | 10001101 | 1001011 | 0 | 10110 | 111011 | 11101 | 100101 | 101010 | 110010 |
Color Harmonies of #B58D4B
Complementary color
Monochromatic Colors of #B58D4B
Black with #B58D4B
Text Example
Text Example
White with #B58D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58D4B; }
p { color: rgb(181,141,75); }
H1.HeaderClassName
{
color: #B58D4B;
}
.AnyTagClassName
{
color: #B58D4B;
}
</style>
background-color css
<style>
a { background-color: #B58D4B; }
a { background-color: rgb(181,141,75); }
div.DivClassName
{
background-color: #B58D4B;
}
.BgClassName
{
background-color: #B58D4B;
}
</style>
border-color css
<style>
span { border-color: #B58D4B; }
span { border-color: rgb(181,141,75); }
td.TdClassName
{
border-color: #B58D4B;
}
.TagClassName
{
border-color: #B58D4B;
}
</style>