Shades of Mongoose #B0916B
Tints of Mongoose #B0916B
RGB
CMYK
RGB Variations
Color information
#B0916B (or 0xB0916B) is known color: Mongoose. HEX triplet: B0, 91 and 6B. RGB value is (176,145,107). Sum of RGB (Red+Green+Blue) = 176+145+107=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B0916B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0916B is #4F6E94. Grayscale: #969696. Windows color (decimal): -5205653 or 7049648. OLE color: 7049648.
HSL color Cylindrical-coordinate representation of color #B0916B: hue angle of 33.04º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0916B is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 145 | 107 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.31 |
| HSL | 33.04º | 0.3% | 0.55% | - |
| HSV(B) | 33.04º | 0.39% | 0.69% | - |
| XYZ | 30.68 | 30.54 | 18.19 | - |
| YUV | 149.94 | 103.77 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 107 | 0 | 0.18 | 0.39 | 0.31 | 33.04 | 0.3 | 0.55 |
| Hex | B0 | 91 | 6B | 0 | 12 | 27 | 1F | 21 | 1E | 37 |
| Octal | 260 | 221 | 153 | 0 | 22 | 47 | 37 | 41 | 36 | 67 |
| Binary | 10110000 | 10010001 | 1101011 | 0 | 10010 | 100111 | 11111 | 100001 | 11110 | 110111 |
Color Harmonies of #B0916B
Complementary color
Monochromatic Colors of #B0916B
Black with #B0916B
Text Example
Text Example
White with #B0916B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0916B; }
p { color: rgb(176,145,107); }
H1.HeaderClassName
{
color: #B0916B;
}
.AnyTagClassName
{
color: #B0916B;
}
</style>
background-color css
<style>
a { background-color: #B0916B; }
a { background-color: rgb(176,145,107); }
div.DivClassName
{
background-color: #B0916B;
}
.BgClassName
{
background-color: #B0916B;
}
</style>
border-color css
<style>
span { border-color: #B0916B; }
span { border-color: rgb(176,145,107); }
td.TdClassName
{
border-color: #B0916B;
}
.TagClassName
{
border-color: #B0916B;
}
</style>