Shades of Mongoose #B3906C
Tints of Mongoose #B3906C
RGB
CMYK
RGB Variations
Color information
#B3906C (or 0xB3906C) is known color: Mongoose. HEX triplet: B3, 90 and 6C. RGB value is (179,144,108). Sum of RGB (Red+Green+Blue) = 179+144+108=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B3906C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3906C is #4C6F93. Grayscale: #969696. Windows color (decimal): -5009300 or 7114931. OLE color: 7114931.
HSL color Cylindrical-coordinate representation of color #B3906C: hue angle of 30.42º 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 #B3906C is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 144 | 108 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.30 |
| HSL | 30.42º | 0.32% | 0.56% | - |
| HSV(B) | 30.42º | 0.4% | 0.7% | - |
| XYZ | 31.27 | 30.61 | 18.45 | - |
| YUV | 150.36 | 104.1 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 108 | 0 | 0.20 | 0.40 | 0.30 | 30.42 | 0.32 | 0.56 |
| Hex | B3 | 90 | 6C | 0 | 14 | 28 | 1E | 1E | 20 | 38 |
| Octal | 263 | 220 | 154 | 0 | 24 | 50 | 36 | 36 | 40 | 70 |
| Binary | 10110011 | 10010000 | 1101100 | 0 | 10100 | 101000 | 11110 | 11110 | 100000 | 111000 |
Color Harmonies of #B3906C
Complementary color
Monochromatic Colors of #B3906C
Black with #B3906C
Text Example
Text Example
White with #B3906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3906C; }
p { color: rgb(179,144,108); }
H1.HeaderClassName
{
color: #B3906C;
}
.AnyTagClassName
{
color: #B3906C;
}
</style>
background-color css
<style>
a { background-color: #B3906C; }
a { background-color: rgb(179,144,108); }
div.DivClassName
{
background-color: #B3906C;
}
.BgClassName
{
background-color: #B3906C;
}
</style>
border-color css
<style>
span { border-color: #B3906C; }
span { border-color: rgb(179,144,108); }
td.TdClassName
{
border-color: #B3906C;
}
.TagClassName
{
border-color: #B3906C;
}
</style>