Shades of Mongoose #B18A6A
Tints of Mongoose #B18A6A
RGB
CMYK
RGB Variations
Color information
#B18A6A (or 0xB18A6A) is known color: Mongoose. HEX triplet: B1, 8A and 6A. RGB value is (177,138,106). Sum of RGB (Red+Green+Blue) = 177+138+106=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18A6A is #4E7595. Grayscale: #929292. Windows color (decimal): -5141910 or 6982321. OLE color: 6982321.
HSL color Cylindrical-coordinate representation of color #B18A6A: hue angle of 27.04º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B18A6A is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 106 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.31 |
| HSL | 27.04º | 0.31% | 0.55% | - |
| HSV(B) | 27.04º | 0.4% | 0.69% | - |
| XYZ | 29.82 | 28.56 | 17.58 | - |
| YUV | 146.01 | 105.42 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 106 | 0 | 0.22 | 0.40 | 0.31 | 27.04 | 0.31 | 0.55 |
| Hex | B1 | 8A | 6A | 0 | 16 | 28 | 1F | 1B | 1F | 37 |
| Octal | 261 | 212 | 152 | 0 | 26 | 50 | 37 | 33 | 37 | 67 |
| Binary | 10110001 | 10001010 | 1101010 | 0 | 10110 | 101000 | 11111 | 11011 | 11111 | 110111 |
Color Harmonies of #B18A6A
Complementary color
Monochromatic Colors of #B18A6A
Black with #B18A6A
Text Example
Text Example
White with #B18A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18A6A; }
p { color: rgb(177,138,106); }
H1.HeaderClassName
{
color: #B18A6A;
}
.AnyTagClassName
{
color: #B18A6A;
}
</style>
background-color css
<style>
a { background-color: #B18A6A; }
a { background-color: rgb(177,138,106); }
div.DivClassName
{
background-color: #B18A6A;
}
.BgClassName
{
background-color: #B18A6A;
}
</style>
border-color css
<style>
span { border-color: #B18A6A; }
span { border-color: rgb(177,138,106); }
td.TdClassName
{
border-color: #B18A6A;
}
.TagClassName
{
border-color: #B18A6A;
}
</style>