Shades of Mongoose #B18A70
Tints of Mongoose #B18A70
RGB
CMYK
RGB Variations
Color information
#B18A70 (or 0xB18A70) is known color: Mongoose. HEX triplet: B1, 8A and 70. RGB value is (177,138,112). Sum of RGB (Red+Green+Blue) = 177+138+112=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18A70 is #4E758F. Grayscale: #929292. Windows color (decimal): -5141904 or 7375537. OLE color: 7375537.
HSL color Cylindrical-coordinate representation of color #B18A70: hue angle of 24º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B18A70 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 112 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.31 |
| HSL | 24º | 0.29% | 0.57% | - |
| HSV(B) | 24º | 0.37% | 0.69% | - |
| XYZ | 30.14 | 28.69 | 19.28 | - |
| YUV | 146.7 | 108.42 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 112 | 0 | 0.22 | 0.37 | 0.31 | 24 | 0.29 | 0.57 |
| Hex | B1 | 8A | 70 | 0 | 16 | 25 | 1F | 18 | 1D | 39 |
| Octal | 261 | 212 | 160 | 0 | 26 | 45 | 37 | 30 | 35 | 71 |
| Binary | 10110001 | 10001010 | 1110000 | 0 | 10110 | 100101 | 11111 | 11000 | 11101 | 111001 |
Color Harmonies of #B18A70
Complementary color
Monochromatic Colors of #B18A70
Black with #B18A70
Text Example
Text Example
White with #B18A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18A70; }
p { color: rgb(177,138,112); }
H1.HeaderClassName
{
color: #B18A70;
}
.AnyTagClassName
{
color: #B18A70;
}
</style>
background-color css
<style>
a { background-color: #B18A70; }
a { background-color: rgb(177,138,112); }
div.DivClassName
{
background-color: #B18A70;
}
.BgClassName
{
background-color: #B18A70;
}
</style>
border-color css
<style>
span { border-color: #B18A70; }
span { border-color: rgb(177,138,112); }
td.TdClassName
{
border-color: #B18A70;
}
.TagClassName
{
border-color: #B18A70;
}
</style>