Shades of Mongoose #B08C6C
Tints of Mongoose #B08C6C
RGB
CMYK
RGB Variations
Color information
#B08C6C (or 0xB08C6C) is known color: Mongoose. HEX triplet: B0, 8C and 6C. RGB value is (176,140,108). Sum of RGB (Red+Green+Blue) = 176+140+108=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08C6C is #4F7393. Grayscale: #939393. Windows color (decimal): -5206932 or 7113904. OLE color: 7113904.
HSL color Cylindrical-coordinate representation of color #B08C6C: hue angle of 28.24º 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 #B08C6C is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 140 | 108 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.31 |
| HSL | 28.24º | 0.3% | 0.56% | - |
| HSV(B) | 28.24º | 0.39% | 0.69% | - |
| XYZ | 29.99 | 29.07 | 18.22 | - |
| YUV | 147.12 | 105.93 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 140 | 108 | 0 | 0.20 | 0.39 | 0.31 | 28.24 | 0.3 | 0.56 |
| Hex | B0 | 8C | 6C | 0 | 14 | 27 | 1F | 1C | 1E | 38 |
| Octal | 260 | 214 | 154 | 0 | 24 | 47 | 37 | 34 | 36 | 70 |
| Binary | 10110000 | 10001100 | 1101100 | 0 | 10100 | 100111 | 11111 | 11100 | 11110 | 111000 |
Color Harmonies of #B08C6C
Complementary color
Monochromatic Colors of #B08C6C
Black with #B08C6C
Text Example
Text Example
White with #B08C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08C6C; }
p { color: rgb(176,140,108); }
H1.HeaderClassName
{
color: #B08C6C;
}
.AnyTagClassName
{
color: #B08C6C;
}
</style>
background-color css
<style>
a { background-color: #B08C6C; }
a { background-color: rgb(176,140,108); }
div.DivClassName
{
background-color: #B08C6C;
}
.BgClassName
{
background-color: #B08C6C;
}
</style>
border-color css
<style>
span { border-color: #B08C6C; }
span { border-color: rgb(176,140,108); }
td.TdClassName
{
border-color: #B08C6C;
}
.TagClassName
{
border-color: #B08C6C;
}
</style>