Shades of Mongoose #B38E6D
Tints of Mongoose #B38E6D
RGB
CMYK
RGB Variations
Color information
#B38E6D (or 0xB38E6D) is known color: Mongoose. HEX triplet: B3, 8E and 6D. RGB value is (179,142,109). Sum of RGB (Red+Green+Blue) = 179+142+109=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38E6D is #4C7192. Grayscale: #959595. Windows color (decimal): -5009811 or 7179955. OLE color: 7179955.
HSL color Cylindrical-coordinate representation of color #B38E6D: hue angle of 28.29º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B38E6D is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 142 | 109 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.30 |
| HSL | 28.29º | 0.32% | 0.56% | - |
| HSV(B) | 28.29º | 0.39% | 0.7% | - |
| XYZ | 31.02 | 30.03 | 18.63 | - |
| YUV | 149.3 | 105.26 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 142 | 109 | 0 | 0.21 | 0.39 | 0.30 | 28.29 | 0.32 | 0.56 |
| Hex | B3 | 8E | 6D | 0 | 15 | 27 | 1E | 1C | 20 | 38 |
| Octal | 263 | 216 | 155 | 0 | 25 | 47 | 36 | 34 | 40 | 70 |
| Binary | 10110011 | 10001110 | 1101101 | 0 | 10101 | 100111 | 11110 | 11100 | 100000 | 111000 |
Color Harmonies of #B38E6D
Complementary color
Monochromatic Colors of #B38E6D
Black with #B38E6D
Text Example
Text Example
White with #B38E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38E6D; }
p { color: rgb(179,142,109); }
H1.HeaderClassName
{
color: #B38E6D;
}
.AnyTagClassName
{
color: #B38E6D;
}
</style>
background-color css
<style>
a { background-color: #B38E6D; }
a { background-color: rgb(179,142,109); }
div.DivClassName
{
background-color: #B38E6D;
}
.BgClassName
{
background-color: #B38E6D;
}
</style>
border-color css
<style>
span { border-color: #B38E6D; }
span { border-color: rgb(179,142,109); }
td.TdClassName
{
border-color: #B38E6D;
}
.TagClassName
{
border-color: #B38E6D;
}
</style>