Shades of Mongoose #B48D68
Tints of Mongoose #B48D68
RGB
CMYK
RGB Variations
Color information
#B48D68 (or 0xB48D68) is known color: Mongoose. HEX triplet: B4, 8D and 68. RGB value is (180,141,104). Sum of RGB (Red+Green+Blue) = 180+141+104=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48D68 is #4B7297. Grayscale: #949494. Windows color (decimal): -4944536 or 6852020. OLE color: 6852020.
HSL color Cylindrical-coordinate representation of color #B48D68: hue angle of 29.21º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B48D68 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 141 | 104 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.29 |
| HSL | 29.21º | 0.34% | 0.56% | - |
| HSV(B) | 29.21º | 0.42% | 0.71% | - |
| XYZ | 30.85 | 29.75 | 17.21 | - |
| YUV | 148.44 | 102.92 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 141 | 104 | 0 | 0.22 | 0.42 | 0.29 | 29.21 | 0.34 | 0.56 |
| Hex | B4 | 8D | 68 | 0 | 16 | 2A | 1D | 1D | 22 | 38 |
| Octal | 264 | 215 | 150 | 0 | 26 | 52 | 35 | 35 | 42 | 70 |
| Binary | 10110100 | 10001101 | 1101000 | 0 | 10110 | 101010 | 11101 | 11101 | 100010 | 111000 |
Color Harmonies of #B48D68
Complementary color
Monochromatic Colors of #B48D68
Black with #B48D68
Text Example
Text Example
White with #B48D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48D68; }
p { color: rgb(180,141,104); }
H1.HeaderClassName
{
color: #B48D68;
}
.AnyTagClassName
{
color: #B48D68;
}
</style>
background-color css
<style>
a { background-color: #B48D68; }
a { background-color: rgb(180,141,104); }
div.DivClassName
{
background-color: #B48D68;
}
.BgClassName
{
background-color: #B48D68;
}
</style>
border-color css
<style>
span { border-color: #B48D68; }
span { border-color: rgb(180,141,104); }
td.TdClassName
{
border-color: #B48D68;
}
.TagClassName
{
border-color: #B48D68;
}
</style>