Shades of Tussock #B58A4A
Tints of Tussock #B58A4A
RGB
CMYK
RGB Variations
Color information
#B58A4A (or 0xB58A4A) is known color: Tussock. HEX triplet: B5, 8A and 4A. RGB value is (181,138,74). Sum of RGB (Red+Green+Blue) = 181+138+74=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58A4A is #4A75B5. Grayscale: #8F8F8F. Windows color (decimal): -4879798 or 4885173. OLE color: 4885173.
HSL color Cylindrical-coordinate representation of color #B58A4A: hue angle of 35.89º 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 #B58A4A is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 74 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.29 |
| HSL | 35.89º | 0.42% | 0.5% | - |
| HSV(B) | 35.89º | 0.59% | 0.71% | - |
| XYZ | 29.38 | 28.5 | 10.43 | - |
| YUV | 143.56 | 88.75 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 74 | 0 | 0.24 | 0.59 | 0.29 | 35.89 | 0.42 | 0.5 |
| Hex | B5 | 8A | 4A | 0 | 18 | 3B | 1D | 24 | 2A | 32 |
| Octal | 265 | 212 | 112 | 0 | 30 | 73 | 35 | 44 | 52 | 62 |
| Binary | 10110101 | 10001010 | 1001010 | 0 | 11000 | 111011 | 11101 | 100100 | 101010 | 110010 |
Color Harmonies of #B58A4A
Complementary color
Monochromatic Colors of #B58A4A
Black with #B58A4A
Text Example
Text Example
White with #B58A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A4A; }
p { color: rgb(181,138,74); }
H1.HeaderClassName
{
color: #B58A4A;
}
.AnyTagClassName
{
color: #B58A4A;
}
</style>
background-color css
<style>
a { background-color: #B58A4A; }
a { background-color: rgb(181,138,74); }
div.DivClassName
{
background-color: #B58A4A;
}
.BgClassName
{
background-color: #B58A4A;
}
</style>
border-color css
<style>
span { border-color: #B58A4A; }
span { border-color: rgb(181,138,74); }
td.TdClassName
{
border-color: #B58A4A;
}
.TagClassName
{
border-color: #B58A4A;
}
</style>