Shades of Mongoose #B3916F
Tints of Mongoose #B3916F
RGB
CMYK
RGB Variations
Color information
#B3916F (or 0xB3916F) is known color: Mongoose. HEX triplet: B3, 91 and 6F. RGB value is (179,145,111). Sum of RGB (Red+Green+Blue) = 179+145+111=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B3916F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3916F is #4C6E90. Grayscale: #979797. Windows color (decimal): -5009041 or 7311795. OLE color: 7311795.
HSL color Cylindrical-coordinate representation of color #B3916F: hue angle of 30º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B3916F is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 145 | 111 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.30 |
| HSL | 30º | 0.31% | 0.57% | - |
| HSV(B) | 30º | 0.38% | 0.7% | - |
| XYZ | 31.59 | 30.98 | 19.35 | - |
| YUV | 151.29 | 105.26 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 145 | 111 | 0 | 0.19 | 0.38 | 0.30 | 30 | 0.31 | 0.57 |
| Hex | B3 | 91 | 6F | 0 | 13 | 26 | 1E | 1E | 1F | 39 |
| Octal | 263 | 221 | 157 | 0 | 23 | 46 | 36 | 36 | 37 | 71 |
| Binary | 10110011 | 10010001 | 1101111 | 0 | 10011 | 100110 | 11110 | 11110 | 11111 | 111001 |
Color Harmonies of #B3916F
Complementary color
Monochromatic Colors of #B3916F
Black with #B3916F
Text Example
Text Example
White with #B3916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3916F; }
p { color: rgb(179,145,111); }
H1.HeaderClassName
{
color: #B3916F;
}
.AnyTagClassName
{
color: #B3916F;
}
</style>
background-color css
<style>
a { background-color: #B3916F; }
a { background-color: rgb(179,145,111); }
div.DivClassName
{
background-color: #B3916F;
}
.BgClassName
{
background-color: #B3916F;
}
</style>
border-color css
<style>
span { border-color: #B3916F; }
span { border-color: rgb(179,145,111); }
td.TdClassName
{
border-color: #B3916F;
}
.TagClassName
{
border-color: #B3916F;
}
</style>