Shades of Mongoose #B4896D
Tints of Mongoose #B4896D
RGB
CMYK
RGB Variations
Color information
#B4896D (or 0xB4896D) is known color: Mongoose. HEX triplet: B4, 89 and 6D. RGB value is (180,137,109). Sum of RGB (Red+Green+Blue) = 180+137+109=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B4896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4896D is #4B7692. Grayscale: #929292. Windows color (decimal): -4945555 or 7178676. OLE color: 7178676.
HSL color Cylindrical-coordinate representation of color #B4896D: hue angle of 23.66º 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 #B4896D is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 137 | 109 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.29 |
| HSL | 23.66º | 0.32% | 0.57% | - |
| HSV(B) | 23.66º | 0.39% | 0.71% | - |
| XYZ | 30.53 | 28.7 | 18.4 | - |
| YUV | 146.67 | 106.75 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 137 | 109 | 0 | 0.24 | 0.39 | 0.29 | 23.66 | 0.32 | 0.57 |
| Hex | B4 | 89 | 6D | 0 | 18 | 27 | 1D | 18 | 20 | 39 |
| Octal | 264 | 211 | 155 | 0 | 30 | 47 | 35 | 30 | 40 | 71 |
| Binary | 10110100 | 10001001 | 1101101 | 0 | 11000 | 100111 | 11101 | 11000 | 100000 | 111001 |
Color Harmonies of #B4896D
Complementary color
Monochromatic Colors of #B4896D
Black with #B4896D
Text Example
Text Example
White with #B4896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4896D; }
p { color: rgb(180,137,109); }
H1.HeaderClassName
{
color: #B4896D;
}
.AnyTagClassName
{
color: #B4896D;
}
</style>
background-color css
<style>
a { background-color: #B4896D; }
a { background-color: rgb(180,137,109); }
div.DivClassName
{
background-color: #B4896D;
}
.BgClassName
{
background-color: #B4896D;
}
</style>
border-color css
<style>
span { border-color: #B4896D; }
span { border-color: rgb(180,137,109); }
td.TdClassName
{
border-color: #B4896D;
}
.TagClassName
{
border-color: #B4896D;
}
</style>