Shades of Mongoose #B58A6B
Tints of Mongoose #B58A6B
RGB
CMYK
RGB Variations
Color information
#B58A6B (or 0xB58A6B) is known color: Mongoose. HEX triplet: B5, 8A and 6B. RGB value is (181,138,107). Sum of RGB (Red+Green+Blue) = 181+138+107=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58A6B is #4A7594. Grayscale: #939393. Windows color (decimal): -4879765 or 7047861. OLE color: 7047861.
HSL color Cylindrical-coordinate representation of color #B58A6B: hue angle of 25.14º degrees, saturation: 0.33, 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 #B58A6B is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 107 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.29 |
| HSL | 25.14º | 0.33% | 0.56% | - |
| HSV(B) | 25.14º | 0.41% | 0.71% | - |
| XYZ | 30.8 | 29.06 | 17.9 | - |
| YUV | 147.32 | 105.25 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 107 | 0 | 0.24 | 0.41 | 0.29 | 25.14 | 0.33 | 0.56 |
| Hex | B5 | 8A | 6B | 0 | 18 | 29 | 1D | 19 | 21 | 38 |
| Octal | 265 | 212 | 153 | 0 | 30 | 51 | 35 | 31 | 41 | 70 |
| Binary | 10110101 | 10001010 | 1101011 | 0 | 11000 | 101001 | 11101 | 11001 | 100001 | 111000 |
Color Harmonies of #B58A6B
Complementary color
Monochromatic Colors of #B58A6B
Black with #B58A6B
Text Example
Text Example
White with #B58A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A6B; }
p { color: rgb(181,138,107); }
H1.HeaderClassName
{
color: #B58A6B;
}
.AnyTagClassName
{
color: #B58A6B;
}
</style>
background-color css
<style>
a { background-color: #B58A6B; }
a { background-color: rgb(181,138,107); }
div.DivClassName
{
background-color: #B58A6B;
}
.BgClassName
{
background-color: #B58A6B;
}
</style>
border-color css
<style>
span { border-color: #B58A6B; }
span { border-color: rgb(181,138,107); }
td.TdClassName
{
border-color: #B58A6B;
}
.TagClassName
{
border-color: #B58A6B;
}
</style>