Shades of Mongoose #B08E6C
Tints of Mongoose #B08E6C
RGB
CMYK
RGB Variations
Color information
#B08E6C (or 0xB08E6C) is known color: Mongoose. HEX triplet: B0, 8E and 6C. RGB value is (176,142,108). Sum of RGB (Red+Green+Blue) = 176+142+108=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08E6C is #4F7193. Grayscale: #949494. Windows color (decimal): -5206420 or 7114416. OLE color: 7114416.
HSL color Cylindrical-coordinate representation of color #B08E6C: hue angle of 30º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B08E6C is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 142 | 108 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.31 |
| HSL | 30º | 0.3% | 0.56% | - |
| HSV(B) | 30º | 0.39% | 0.69% | - |
| XYZ | 30.28 | 29.66 | 18.32 | - |
| YUV | 148.29 | 105.26 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 142 | 108 | 0 | 0.19 | 0.39 | 0.31 | 30 | 0.3 | 0.56 |
| Hex | B0 | 8E | 6C | 0 | 13 | 27 | 1F | 1E | 1E | 38 |
| Octal | 260 | 216 | 154 | 0 | 23 | 47 | 37 | 36 | 36 | 70 |
| Binary | 10110000 | 10001110 | 1101100 | 0 | 10011 | 100111 | 11111 | 11110 | 11110 | 111000 |
Color Harmonies of #B08E6C
Complementary color
Monochromatic Colors of #B08E6C
Black with #B08E6C
Text Example
Text Example
White with #B08E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08E6C; }
p { color: rgb(176,142,108); }
H1.HeaderClassName
{
color: #B08E6C;
}
.AnyTagClassName
{
color: #B08E6C;
}
</style>
background-color css
<style>
a { background-color: #B08E6C; }
a { background-color: rgb(176,142,108); }
div.DivClassName
{
background-color: #B08E6C;
}
.BgClassName
{
background-color: #B08E6C;
}
</style>
border-color css
<style>
span { border-color: #B08E6C; }
span { border-color: rgb(176,142,108); }
td.TdClassName
{
border-color: #B08E6C;
}
.TagClassName
{
border-color: #B08E6C;
}
</style>