Shades of Tussock #B58D4A
Tints of Tussock #B58D4A
RGB
CMYK
RGB Variations
Color information
#B58D4A (or 0xB58D4A) is known color: Tussock. HEX triplet: B5, 8D and 4A. RGB value is (181,141,74). Sum of RGB (Red+Green+Blue) = 181+141+74=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58D4A is #4A72B5. Grayscale: #919191. Windows color (decimal): -4879030 or 4885941. OLE color: 4885941.
HSL color Cylindrical-coordinate representation of color #B58D4A: hue angle of 37.57º 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 #B58D4A is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 141 | 74 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.29 |
| HSL | 37.57º | 0.42% | 0.5% | - |
| HSV(B) | 37.57º | 0.59% | 0.71% | - |
| XYZ | 29.82 | 29.37 | 10.58 | - |
| YUV | 145.32 | 87.75 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 74 | 0 | 0.22 | 0.59 | 0.29 | 37.57 | 0.42 | 0.5 |
| Hex | B5 | 8D | 4A | 0 | 16 | 3B | 1D | 26 | 2A | 32 |
| Octal | 265 | 215 | 112 | 0 | 26 | 73 | 35 | 46 | 52 | 62 |
| Binary | 10110101 | 10001101 | 1001010 | 0 | 10110 | 111011 | 11101 | 100110 | 101010 | 110010 |
Color Harmonies of #B58D4A
Complementary color
Monochromatic Colors of #B58D4A
Black with #B58D4A
Text Example
Text Example
White with #B58D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58D4A; }
p { color: rgb(181,141,74); }
H1.HeaderClassName
{
color: #B58D4A;
}
.AnyTagClassName
{
color: #B58D4A;
}
</style>
background-color css
<style>
a { background-color: #B58D4A; }
a { background-color: rgb(181,141,74); }
div.DivClassName
{
background-color: #B58D4A;
}
.BgClassName
{
background-color: #B58D4A;
}
</style>
border-color css
<style>
span { border-color: #B58D4A; }
span { border-color: rgb(181,141,74); }
td.TdClassName
{
border-color: #B58D4A;
}
.TagClassName
{
border-color: #B58D4A;
}
</style>