Shades of Mongoose #B08F68
Tints of Mongoose #B08F68
RGB
CMYK
RGB Variations
Color information
#B08F68 (or 0xB08F68) is known color: Mongoose. HEX triplet: B0, 8F and 68. RGB value is (176,143,104). Sum of RGB (Red+Green+Blue) = 176+143+104=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08F68 is #4F7097. Grayscale: #949494. Windows color (decimal): -5206168 or 6852528. OLE color: 6852528.
HSL color Cylindrical-coordinate representation of color #B08F68: hue angle of 32.5º degrees, saturation: 0.31, 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 #B08F68 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 143 | 104 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.31 |
| HSL | 32.5º | 0.31% | 0.55% | - |
| HSV(B) | 32.5º | 0.41% | 0.69% | - |
| XYZ | 30.23 | 29.87 | 17.27 | - |
| YUV | 148.42 | 102.93 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 143 | 104 | 0 | 0.19 | 0.41 | 0.31 | 32.5 | 0.31 | 0.55 |
| Hex | B0 | 8F | 68 | 0 | 13 | 29 | 1F | 20 | 1F | 37 |
| Octal | 260 | 217 | 150 | 0 | 23 | 51 | 37 | 40 | 37 | 67 |
| Binary | 10110000 | 10001111 | 1101000 | 0 | 10011 | 101001 | 11111 | 100000 | 11111 | 110111 |
Color Harmonies of #B08F68
Complementary color
Monochromatic Colors of #B08F68
Black with #B08F68
Text Example
Text Example
White with #B08F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08F68; }
p { color: rgb(176,143,104); }
H1.HeaderClassName
{
color: #B08F68;
}
.AnyTagClassName
{
color: #B08F68;
}
</style>
background-color css
<style>
a { background-color: #B08F68; }
a { background-color: rgb(176,143,104); }
div.DivClassName
{
background-color: #B08F68;
}
.BgClassName
{
background-color: #B08F68;
}
</style>
border-color css
<style>
span { border-color: #B08F68; }
span { border-color: rgb(176,143,104); }
td.TdClassName
{
border-color: #B08F68;
}
.TagClassName
{
border-color: #B08F68;
}
</style>