Shades of Mongoose #B48A6C
Tints of Mongoose #B48A6C
RGB
CMYK
RGB Variations
Color information
#B48A6C (or 0xB48A6C) is known color: Mongoose. HEX triplet: B4, 8A and 6C. RGB value is (180,138,108). Sum of RGB (Red+Green+Blue) = 180+138+108=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48A6C is #4B7593. Grayscale: #939393. Windows color (decimal): -4945300 or 7113396. OLE color: 7113396.
HSL color Cylindrical-coordinate representation of color #B48A6C: hue angle of 25º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B48A6C is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 138 | 108 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.29 |
| HSL | 25º | 0.32% | 0.56% | - |
| HSV(B) | 25º | 0.4% | 0.71% | - |
| XYZ | 30.62 | 28.96 | 18.16 | - |
| YUV | 147.14 | 105.91 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 138 | 108 | 0 | 0.23 | 0.40 | 0.29 | 25 | 0.32 | 0.56 |
| Hex | B4 | 8A | 6C | 0 | 17 | 28 | 1D | 19 | 20 | 38 |
| Octal | 264 | 212 | 154 | 0 | 27 | 50 | 35 | 31 | 40 | 70 |
| Binary | 10110100 | 10001010 | 1101100 | 0 | 10111 | 101000 | 11101 | 11001 | 100000 | 111000 |
Color Harmonies of #B48A6C
Complementary color
Monochromatic Colors of #B48A6C
Black with #B48A6C
Text Example
Text Example
White with #B48A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48A6C; }
p { color: rgb(180,138,108); }
H1.HeaderClassName
{
color: #B48A6C;
}
.AnyTagClassName
{
color: #B48A6C;
}
</style>
background-color css
<style>
a { background-color: #B48A6C; }
a { background-color: rgb(180,138,108); }
div.DivClassName
{
background-color: #B48A6C;
}
.BgClassName
{
background-color: #B48A6C;
}
</style>
border-color css
<style>
span { border-color: #B48A6C; }
span { border-color: rgb(180,138,108); }
td.TdClassName
{
border-color: #B48A6C;
}
.TagClassName
{
border-color: #B48A6C;
}
</style>