Shades of Mongoose #B48E6D
Tints of Mongoose #B48E6D
RGB
CMYK
RGB Variations
Color information
#B48E6D (or 0xB48E6D) is known color: Mongoose. HEX triplet: B4, 8E and 6D. RGB value is (180,142,109). Sum of RGB (Red+Green+Blue) = 180+142+109=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48E6D is #4B7192. Grayscale: #959595. Windows color (decimal): -4944275 or 7179956. OLE color: 7179956.
HSL color Cylindrical-coordinate representation of color #B48E6D: hue angle of 27.89º 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 #B48E6D is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 142 | 109 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.29 |
| HSL | 27.89º | 0.32% | 0.57% | - |
| HSV(B) | 27.89º | 0.39% | 0.71% | - |
| XYZ | 31.26 | 30.15 | 18.64 | - |
| YUV | 149.6 | 105.09 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 142 | 109 | 0 | 0.21 | 0.39 | 0.29 | 27.89 | 0.32 | 0.57 |
| Hex | B4 | 8E | 6D | 0 | 15 | 27 | 1D | 1C | 20 | 39 |
| Octal | 264 | 216 | 155 | 0 | 25 | 47 | 35 | 34 | 40 | 71 |
| Binary | 10110100 | 10001110 | 1101101 | 0 | 10101 | 100111 | 11101 | 11100 | 100000 | 111001 |
Color Harmonies of #B48E6D
Complementary color
Monochromatic Colors of #B48E6D
Black with #B48E6D
Text Example
Text Example
White with #B48E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48E6D; }
p { color: rgb(180,142,109); }
H1.HeaderClassName
{
color: #B48E6D;
}
.AnyTagClassName
{
color: #B48E6D;
}
</style>
background-color css
<style>
a { background-color: #B48E6D; }
a { background-color: rgb(180,142,109); }
div.DivClassName
{
background-color: #B48E6D;
}
.BgClassName
{
background-color: #B48E6D;
}
</style>
border-color css
<style>
span { border-color: #B48E6D; }
span { border-color: rgb(180,142,109); }
td.TdClassName
{
border-color: #B48E6D;
}
.TagClassName
{
border-color: #B48E6D;
}
</style>