Shades of Mongoose #B18F6A
Tints of Mongoose #B18F6A
RGB
CMYK
RGB Variations
Color information
#B18F6A (or 0xB18F6A) is known color: Mongoose. HEX triplet: B1, 8F and 6A. RGB value is (177,143,106). Sum of RGB (Red+Green+Blue) = 177+143+106=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18F6A is #4E7095. Grayscale: #959595. Windows color (decimal): -5140630 or 6983601. OLE color: 6983601.
HSL color Cylindrical-coordinate representation of color #B18F6A: hue angle of 31.27º 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 #B18F6A is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 106 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.31 |
| HSL | 31.27º | 0.31% | 0.55% | - |
| HSV(B) | 31.27º | 0.4% | 0.69% | - |
| XYZ | 30.56 | 30.03 | 17.82 | - |
| YUV | 148.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 106 | 0 | 0.19 | 0.40 | 0.31 | 31.27 | 0.31 | 0.55 |
| Hex | B1 | 8F | 6A | 0 | 13 | 28 | 1F | 1F | 1F | 37 |
| Octal | 261 | 217 | 152 | 0 | 23 | 50 | 37 | 37 | 37 | 67 |
| Binary | 10110001 | 10001111 | 1101010 | 0 | 10011 | 101000 | 11111 | 11111 | 11111 | 110111 |
Color Harmonies of #B18F6A
Complementary color
Monochromatic Colors of #B18F6A
Black with #B18F6A
Text Example
Text Example
White with #B18F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18F6A; }
p { color: rgb(177,143,106); }
H1.HeaderClassName
{
color: #B18F6A;
}
.AnyTagClassName
{
color: #B18F6A;
}
</style>
background-color css
<style>
a { background-color: #B18F6A; }
a { background-color: rgb(177,143,106); }
div.DivClassName
{
background-color: #B18F6A;
}
.BgClassName
{
background-color: #B18F6A;
}
</style>
border-color css
<style>
span { border-color: #B18F6A; }
span { border-color: rgb(177,143,106); }
td.TdClassName
{
border-color: #B18F6A;
}
.TagClassName
{
border-color: #B18F6A;
}
</style>