Shades of Mongoose #B48D6D
Tints of Mongoose #B48D6D
RGB
CMYK
RGB Variations
Color information
#B48D6D (or 0xB48D6D) is known color: Mongoose. HEX triplet: B4, 8D and 6D. RGB value is (180,141,109). Sum of RGB (Red+Green+Blue) = 180+141+109=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48D6D is #4B7292. Grayscale: #959595. Windows color (decimal): -4944531 or 7179700. OLE color: 7179700.
HSL color Cylindrical-coordinate representation of color #B48D6D: hue angle of 27.04º 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 #B48D6D is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 141 | 109 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.29 |
| HSL | 27.04º | 0.32% | 0.57% | - |
| HSV(B) | 27.04º | 0.39% | 0.71% | - |
| XYZ | 31.11 | 29.86 | 18.59 | - |
| YUV | 149.01 | 105.42 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 141 | 109 | 0 | 0.22 | 0.39 | 0.29 | 27.04 | 0.32 | 0.57 |
| Hex | B4 | 8D | 6D | 0 | 16 | 27 | 1D | 1B | 20 | 39 |
| Octal | 264 | 215 | 155 | 0 | 26 | 47 | 35 | 33 | 40 | 71 |
| Binary | 10110100 | 10001101 | 1101101 | 0 | 10110 | 100111 | 11101 | 11011 | 100000 | 111001 |
Color Harmonies of #B48D6D
Complementary color
Monochromatic Colors of #B48D6D
Black with #B48D6D
Text Example
Text Example
White with #B48D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48D6D; }
p { color: rgb(180,141,109); }
H1.HeaderClassName
{
color: #B48D6D;
}
.AnyTagClassName
{
color: #B48D6D;
}
</style>
background-color css
<style>
a { background-color: #B48D6D; }
a { background-color: rgb(180,141,109); }
div.DivClassName
{
background-color: #B48D6D;
}
.BgClassName
{
background-color: #B48D6D;
}
</style>
border-color css
<style>
span { border-color: #B48D6D; }
span { border-color: rgb(180,141,109); }
td.TdClassName
{
border-color: #B48D6D;
}
.TagClassName
{
border-color: #B48D6D;
}
</style>