Shades of Mongoose #B38E6C
Tints of Mongoose #B38E6C
RGB
CMYK
RGB Variations
Color information
#B38E6C (or 0xB38E6C) is known color: Mongoose. HEX triplet: B3, 8E and 6C. RGB value is (179,142,108). Sum of RGB (Red+Green+Blue) = 179+142+108=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38E6C is #4C7193. Grayscale: #959595. Windows color (decimal): -5009812 or 7114419. OLE color: 7114419.
HSL color Cylindrical-coordinate representation of color #B38E6C: hue angle of 28.73º 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 #B38E6C is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 142 | 108 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.30 |
| HSL | 28.73º | 0.32% | 0.56% | - |
| HSV(B) | 28.73º | 0.4% | 0.7% | - |
| XYZ | 30.97 | 30.01 | 18.35 | - |
| YUV | 149.19 | 104.76 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 142 | 108 | 0 | 0.21 | 0.40 | 0.30 | 28.73 | 0.32 | 0.56 |
| Hex | B3 | 8E | 6C | 0 | 15 | 28 | 1E | 1D | 20 | 38 |
| Octal | 263 | 216 | 154 | 0 | 25 | 50 | 36 | 35 | 40 | 70 |
| Binary | 10110011 | 10001110 | 1101100 | 0 | 10101 | 101000 | 11110 | 11101 | 100000 | 111000 |
Color Harmonies of #B38E6C
Complementary color
Monochromatic Colors of #B38E6C
Black with #B38E6C
Text Example
Text Example
White with #B38E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38E6C; }
p { color: rgb(179,142,108); }
H1.HeaderClassName
{
color: #B38E6C;
}
.AnyTagClassName
{
color: #B38E6C;
}
</style>
background-color css
<style>
a { background-color: #B38E6C; }
a { background-color: rgb(179,142,108); }
div.DivClassName
{
background-color: #B38E6C;
}
.BgClassName
{
background-color: #B38E6C;
}
</style>
border-color css
<style>
span { border-color: #B38E6C; }
span { border-color: rgb(179,142,108); }
td.TdClassName
{
border-color: #B38E6C;
}
.TagClassName
{
border-color: #B38E6C;
}
</style>