Shades of Mongoose #B4906D
Tints of Mongoose #B4906D
RGB
CMYK
RGB Variations
Color information
#B4906D (or 0xB4906D) is known color: Mongoose. HEX triplet: B4, 90 and 6D. RGB value is (180,144,109). Sum of RGB (Red+Green+Blue) = 180+144+109=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B4906D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4906D is #4B6F92. Grayscale: #969696. Windows color (decimal): -4943763 or 7180468. OLE color: 7180468.
HSL color Cylindrical-coordinate representation of color #B4906D: hue angle of 29.58º 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 #B4906D is Cyan = 0, Magento = 0.2, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 109 | - |
| CMYK | 0 | 0.2 | 0.39 | 0.29 |
| HSL | 29.58º | 0.32% | 0.57% | - |
| HSV(B) | 29.58º | 0.39% | 0.71% | - |
| XYZ | 31.56 | 30.75 | 18.74 | - |
| YUV | 150.77 | 104.43 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 109 | 0 | 0.2 | 0.39 | 0.29 | 29.58 | 0.32 | 0.57 |
| Hex | B4 | 90 | 6D | 0 | 14 | 27 | 1D | 1E | 20 | 39 |
| Octal | 264 | 220 | 155 | 0 | 24 | 47 | 35 | 36 | 40 | 71 |
| Binary | 10110100 | 10010000 | 1101101 | 0 | 10100 | 100111 | 11101 | 11110 | 100000 | 111001 |
Color Harmonies of #B4906D
Complementary color
Monochromatic Colors of #B4906D
Black with #B4906D
Text Example
Text Example
White with #B4906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4906D; }
p { color: rgb(180,144,109); }
H1.HeaderClassName
{
color: #B4906D;
}
.AnyTagClassName
{
color: #B4906D;
}
</style>
background-color css
<style>
a { background-color: #B4906D; }
a { background-color: rgb(180,144,109); }
div.DivClassName
{
background-color: #B4906D;
}
.BgClassName
{
background-color: #B4906D;
}
</style>
border-color css
<style>
span { border-color: #B4906D; }
span { border-color: rgb(180,144,109); }
td.TdClassName
{
border-color: #B4906D;
}
.TagClassName
{
border-color: #B4906D;
}
</style>