Shades of Mongoose #B3896B
Tints of Mongoose #B3896B
RGB
CMYK
RGB Variations
Color information
#B3896B (or 0xB3896B) is known color: Mongoose. HEX triplet: B3, 89 and 6B. RGB value is (179,137,107). Sum of RGB (Red+Green+Blue) = 179+137+107=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B3896B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3896B is #4C7694. Grayscale: #929292. Windows color (decimal): -5011093 or 7047603. OLE color: 7047603.
HSL color Cylindrical-coordinate representation of color #B3896B: hue angle of 25º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B3896B is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 137 | 107 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.30 |
| HSL | 25º | 0.32% | 0.56% | - |
| HSV(B) | 25º | 0.4% | 0.7% | - |
| XYZ | 30.19 | 28.54 | 17.83 | - |
| YUV | 146.14 | 105.91 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 107 | 0 | 0.23 | 0.40 | 0.30 | 25 | 0.32 | 0.56 |
| Hex | B3 | 89 | 6B | 0 | 17 | 28 | 1E | 19 | 20 | 38 |
| Octal | 263 | 211 | 153 | 0 | 27 | 50 | 36 | 31 | 40 | 70 |
| Binary | 10110011 | 10001001 | 1101011 | 0 | 10111 | 101000 | 11110 | 11001 | 100000 | 111000 |
Color Harmonies of #B3896B
Complementary color
Monochromatic Colors of #B3896B
Black with #B3896B
Text Example
Text Example
White with #B3896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3896B; }
p { color: rgb(179,137,107); }
H1.HeaderClassName
{
color: #B3896B;
}
.AnyTagClassName
{
color: #B3896B;
}
</style>
background-color css
<style>
a { background-color: #B3896B; }
a { background-color: rgb(179,137,107); }
div.DivClassName
{
background-color: #B3896B;
}
.BgClassName
{
background-color: #B3896B;
}
</style>
border-color css
<style>
span { border-color: #B3896B; }
span { border-color: rgb(179,137,107); }
td.TdClassName
{
border-color: #B3896B;
}
.TagClassName
{
border-color: #B3896B;
}
</style>