Shades of Mongoose #B08C67
Tints of Mongoose #B08C67
RGB
CMYK
RGB Variations
Color information
#B08C67 (or 0xB08C67) is known color: Mongoose. HEX triplet: B0, 8C and 67. RGB value is (176,140,103). Sum of RGB (Red+Green+Blue) = 176+140+103=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 103 (40.62% from 255 or 24.58% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08C67 is #4F7398. Grayscale: #929292. Windows color (decimal): -5206937 or 6786224. OLE color: 6786224.
HSL color Cylindrical-coordinate representation of color #B08C67: hue angle of 30.41º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B08C67 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 140 | 103 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.31 |
| HSL | 30.41º | 0.32% | 0.55% | - |
| HSV(B) | 30.41º | 0.41% | 0.69% | - |
| XYZ | 29.73 | 28.97 | 16.86 | - |
| YUV | 146.55 | 103.43 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 140 | 103 | 0 | 0.20 | 0.41 | 0.31 | 30.41 | 0.32 | 0.55 |
| Hex | B0 | 8C | 67 | 0 | 14 | 29 | 1F | 1E | 20 | 37 |
| Octal | 260 | 214 | 147 | 0 | 24 | 51 | 37 | 36 | 40 | 67 |
| Binary | 10110000 | 10001100 | 1100111 | 0 | 10100 | 101001 | 11111 | 11110 | 100000 | 110111 |
Color Harmonies of #B08C67
Complementary color
Monochromatic Colors of #B08C67
Black with #B08C67
Text Example
Text Example
White with #B08C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08C67; }
p { color: rgb(176,140,103); }
H1.HeaderClassName
{
color: #B08C67;
}
.AnyTagClassName
{
color: #B08C67;
}
</style>
background-color css
<style>
a { background-color: #B08C67; }
a { background-color: rgb(176,140,103); }
div.DivClassName
{
background-color: #B08C67;
}
.BgClassName
{
background-color: #B08C67;
}
</style>
border-color css
<style>
span { border-color: #B08C67; }
span { border-color: rgb(176,140,103); }
td.TdClassName
{
border-color: #B08C67;
}
.TagClassName
{
border-color: #B08C67;
}
</style>