Shades of Mongoose #B58E6D
Tints of Mongoose #B58E6D
RGB
CMYK
RGB Variations
Color information
#B58E6D (or 0xB58E6D) is known color: Mongoose. HEX triplet: B5, 8E and 6D. RGB value is (181,142,109). Sum of RGB (Red+Green+Blue) = 181+142+109=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58E6D is #4A7192. Grayscale: #969696. Windows color (decimal): -4878739 or 7179957. OLE color: 7179957.
HSL color Cylindrical-coordinate representation of color #B58E6D: hue angle of 27.5º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B58E6D is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 142 | 109 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.29 |
| HSL | 27.5º | 0.33% | 0.57% | - |
| HSV(B) | 27.5º | 0.4% | 0.71% | - |
| XYZ | 31.49 | 30.27 | 18.65 | - |
| YUV | 149.9 | 104.92 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 142 | 109 | 0 | 0.22 | 0.40 | 0.29 | 27.5 | 0.33 | 0.57 |
| Hex | B5 | 8E | 6D | 0 | 16 | 28 | 1D | 1C | 21 | 39 |
| Octal | 265 | 216 | 155 | 0 | 26 | 50 | 35 | 34 | 41 | 71 |
| Binary | 10110101 | 10001110 | 1101101 | 0 | 10110 | 101000 | 11101 | 11100 | 100001 | 111001 |
Color Harmonies of #B58E6D
Complementary color
Monochromatic Colors of #B58E6D
Black with #B58E6D
Text Example
Text Example
White with #B58E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58E6D; }
p { color: rgb(181,142,109); }
H1.HeaderClassName
{
color: #B58E6D;
}
.AnyTagClassName
{
color: #B58E6D;
}
</style>
background-color css
<style>
a { background-color: #B58E6D; }
a { background-color: rgb(181,142,109); }
div.DivClassName
{
background-color: #B58E6D;
}
.BgClassName
{
background-color: #B58E6D;
}
</style>
border-color css
<style>
span { border-color: #B58E6D; }
span { border-color: rgb(181,142,109); }
td.TdClassName
{
border-color: #B58E6D;
}
.TagClassName
{
border-color: #B58E6D;
}
</style>