Shades of Mongoose #B58B6D
Tints of Mongoose #B58B6D
RGB
CMYK
RGB Variations
Color information
#B58B6D (or 0xB58B6D) is known color: Mongoose. HEX triplet: B5, 8B and 6D. RGB value is (181,139,109). Sum of RGB (Red+Green+Blue) = 181+139+109=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58B6D is #4A7492. Grayscale: #949494. Windows color (decimal): -4879507 or 7179189. OLE color: 7179189.
HSL color Cylindrical-coordinate representation of color #B58B6D: hue angle of 25º 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 #B58B6D is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 139 | 109 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.29 |
| HSL | 25º | 0.33% | 0.57% | - |
| HSV(B) | 25º | 0.4% | 0.71% | - |
| XYZ | 31.05 | 29.39 | 18.5 | - |
| YUV | 148.14 | 105.91 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 139 | 109 | 0 | 0.23 | 0.40 | 0.29 | 25 | 0.33 | 0.57 |
| Hex | B5 | 8B | 6D | 0 | 17 | 28 | 1D | 19 | 21 | 39 |
| Octal | 265 | 213 | 155 | 0 | 27 | 50 | 35 | 31 | 41 | 71 |
| Binary | 10110101 | 10001011 | 1101101 | 0 | 10111 | 101000 | 11101 | 11001 | 100001 | 111001 |
Color Harmonies of #B58B6D
Complementary color
Monochromatic Colors of #B58B6D
Black with #B58B6D
Text Example
Text Example
White with #B58B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58B6D; }
p { color: rgb(181,139,109); }
H1.HeaderClassName
{
color: #B58B6D;
}
.AnyTagClassName
{
color: #B58B6D;
}
</style>
background-color css
<style>
a { background-color: #B58B6D; }
a { background-color: rgb(181,139,109); }
div.DivClassName
{
background-color: #B58B6D;
}
.BgClassName
{
background-color: #B58B6D;
}
</style>
border-color css
<style>
span { border-color: #B58B6D; }
span { border-color: rgb(181,139,109); }
td.TdClassName
{
border-color: #B58B6D;
}
.TagClassName
{
border-color: #B58B6D;
}
</style>