Shades of Mongoose #B48E6E
Tints of Mongoose #B48E6E
RGB
CMYK
RGB Variations
Color information
#B48E6E (or 0xB48E6E) is known color: Mongoose. HEX triplet: B4, 8E and 6E. RGB value is (180,142,110). Sum of RGB (Red+Green+Blue) = 180+142+110=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48E6E is #4B7191. Grayscale: #959595. Windows color (decimal): -4944274 or 7245492. OLE color: 7245492.
HSL color Cylindrical-coordinate representation of color #B48E6E: hue angle of 27.43º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B48E6E is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 142 | 110 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.29 |
| HSL | 27.43º | 0.32% | 0.57% | - |
| HSV(B) | 27.43º | 0.39% | 0.71% | - |
| XYZ | 31.31 | 30.18 | 18.93 | - |
| YUV | 149.71 | 105.59 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 142 | 110 | 0 | 0.21 | 0.39 | 0.29 | 27.43 | 0.32 | 0.57 |
| Hex | B4 | 8E | 6E | 0 | 15 | 27 | 1D | 1B | 20 | 39 |
| Octal | 264 | 216 | 156 | 0 | 25 | 47 | 35 | 33 | 40 | 71 |
| Binary | 10110100 | 10001110 | 1101110 | 0 | 10101 | 100111 | 11101 | 11011 | 100000 | 111001 |
Color Harmonies of #B48E6E
Complementary color
Monochromatic Colors of #B48E6E
Black with #B48E6E
Text Example
Text Example
White with #B48E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48E6E; }
p { color: rgb(180,142,110); }
H1.HeaderClassName
{
color: #B48E6E;
}
.AnyTagClassName
{
color: #B48E6E;
}
</style>
background-color css
<style>
a { background-color: #B48E6E; }
a { background-color: rgb(180,142,110); }
div.DivClassName
{
background-color: #B48E6E;
}
.BgClassName
{
background-color: #B48E6E;
}
</style>
border-color css
<style>
span { border-color: #B48E6E; }
span { border-color: rgb(180,142,110); }
td.TdClassName
{
border-color: #B48E6E;
}
.TagClassName
{
border-color: #B48E6E;
}
</style>