Shades of Mongoose #B58D6D
Tints of Mongoose #B58D6D
RGB
CMYK
RGB Variations
Color information
#B58D6D (or 0xB58D6D) is known color: Mongoose. HEX triplet: B5, 8D and 6D. RGB value is (181,141,109). Sum of RGB (Red+Green+Blue) = 181+141+109=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58D6D is #4A7292. Grayscale: #959595. Windows color (decimal): -4878995 or 7179701. OLE color: 7179701.
HSL color Cylindrical-coordinate representation of color #B58D6D: hue angle of 26.67º 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 #B58D6D is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 141 | 109 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.29 |
| HSL | 26.67º | 0.33% | 0.57% | - |
| HSV(B) | 26.67º | 0.4% | 0.71% | - |
| XYZ | 31.34 | 29.98 | 18.6 | - |
| YUV | 149.31 | 105.25 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 109 | 0 | 0.22 | 0.40 | 0.29 | 26.67 | 0.33 | 0.57 |
| Hex | B5 | 8D | 6D | 0 | 16 | 28 | 1D | 1B | 21 | 39 |
| Octal | 265 | 215 | 155 | 0 | 26 | 50 | 35 | 33 | 41 | 71 |
| Binary | 10110101 | 10001101 | 1101101 | 0 | 10110 | 101000 | 11101 | 11011 | 100001 | 111001 |
Color Harmonies of #B58D6D
Complementary color
Monochromatic Colors of #B58D6D
Black with #B58D6D
Text Example
Text Example
White with #B58D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58D6D; }
p { color: rgb(181,141,109); }
H1.HeaderClassName
{
color: #B58D6D;
}
.AnyTagClassName
{
color: #B58D6D;
}
</style>
background-color css
<style>
a { background-color: #B58D6D; }
a { background-color: rgb(181,141,109); }
div.DivClassName
{
background-color: #B58D6D;
}
.BgClassName
{
background-color: #B58D6D;
}
</style>
border-color css
<style>
span { border-color: #B58D6D; }
span { border-color: rgb(181,141,109); }
td.TdClassName
{
border-color: #B58D6D;
}
.TagClassName
{
border-color: #B58D6D;
}
</style>