Shades of Mongoose #B4906A
Tints of Mongoose #B4906A
RGB
CMYK
RGB Variations
Color information
#B4906A (or 0xB4906A) is known color: Mongoose. HEX triplet: B4, 90 and 6A. RGB value is (180,144,106). Sum of RGB (Red+Green+Blue) = 180+144+106=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B4906A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4906A is #4B6F95. Grayscale: #969696. Windows color (decimal): -4943766 or 6983860. OLE color: 6983860.
HSL color Cylindrical-coordinate representation of color #B4906A: hue angle of 30.81º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B4906A is Cyan = 0, Magento = 0.2, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 106 | - |
| CMYK | 0 | 0.2 | 0.41 | 0.29 |
| HSL | 30.81º | 0.33% | 0.56% | - |
| HSV(B) | 30.81º | 0.41% | 0.71% | - |
| XYZ | 31.4 | 30.69 | 17.9 | - |
| YUV | 150.43 | 102.93 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 106 | 0 | 0.2 | 0.41 | 0.29 | 30.81 | 0.33 | 0.56 |
| Hex | B4 | 90 | 6A | 0 | 14 | 29 | 1D | 1F | 21 | 38 |
| Octal | 264 | 220 | 152 | 0 | 24 | 51 | 35 | 37 | 41 | 70 |
| Binary | 10110100 | 10010000 | 1101010 | 0 | 10100 | 101001 | 11101 | 11111 | 100001 | 111000 |
Color Harmonies of #B4906A
Complementary color
Monochromatic Colors of #B4906A
Black with #B4906A
Text Example
Text Example
White with #B4906A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4906A; }
p { color: rgb(180,144,106); }
H1.HeaderClassName
{
color: #B4906A;
}
.AnyTagClassName
{
color: #B4906A;
}
</style>
background-color css
<style>
a { background-color: #B4906A; }
a { background-color: rgb(180,144,106); }
div.DivClassName
{
background-color: #B4906A;
}
.BgClassName
{
background-color: #B4906A;
}
</style>
border-color css
<style>
span { border-color: #B4906A; }
span { border-color: rgb(180,144,106); }
td.TdClassName
{
border-color: #B4906A;
}
.TagClassName
{
border-color: #B4906A;
}
</style>