Shades of Mongoose #B58E6A
Tints of Mongoose #B58E6A
RGB
CMYK
RGB Variations
Color information
#B58E6A (or 0xB58E6A) is known color: Mongoose. HEX triplet: B5, 8E and 6A. RGB value is (181,142,106). Sum of RGB (Red+Green+Blue) = 181+142+106=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58E6A is #4A7195. Grayscale: #959595. Windows color (decimal): -4878742 or 6983349. OLE color: 6983349.
HSL color Cylindrical-coordinate representation of color #B58E6A: hue angle of 28.8º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B58E6A is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 142 | 106 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.29 |
| HSL | 28.8º | 0.34% | 0.56% | - |
| HSV(B) | 28.8º | 0.41% | 0.71% | - |
| XYZ | 31.33 | 30.21 | 17.82 | - |
| YUV | 149.56 | 103.42 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 142 | 106 | 0 | 0.22 | 0.41 | 0.29 | 28.8 | 0.34 | 0.56 |
| Hex | B5 | 8E | 6A | 0 | 16 | 29 | 1D | 1D | 22 | 38 |
| Octal | 265 | 216 | 152 | 0 | 26 | 51 | 35 | 35 | 42 | 70 |
| Binary | 10110101 | 10001110 | 1101010 | 0 | 10110 | 101001 | 11101 | 11101 | 100010 | 111000 |
Color Harmonies of #B58E6A
Complementary color
Monochromatic Colors of #B58E6A
Black with #B58E6A
Text Example
Text Example
White with #B58E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58E6A; }
p { color: rgb(181,142,106); }
H1.HeaderClassName
{
color: #B58E6A;
}
.AnyTagClassName
{
color: #B58E6A;
}
</style>
background-color css
<style>
a { background-color: #B58E6A; }
a { background-color: rgb(181,142,106); }
div.DivClassName
{
background-color: #B58E6A;
}
.BgClassName
{
background-color: #B58E6A;
}
</style>
border-color css
<style>
span { border-color: #B58E6A; }
span { border-color: rgb(181,142,106); }
td.TdClassName
{
border-color: #B58E6A;
}
.TagClassName
{
border-color: #B58E6A;
}
</style>