Shades of Mongoose #B08A68
Tints of Mongoose #B08A68
RGB
CMYK
RGB Variations
Color information
#B08A68 (or 0xB08A68) is known color: Mongoose. HEX triplet: B0, 8A and 68. RGB value is (176,138,104). Sum of RGB (Red+Green+Blue) = 176+138+104=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08A68 is #4F7597. Grayscale: #919191. Windows color (decimal): -5207448 or 6851248. OLE color: 6851248.
HSL color Cylindrical-coordinate representation of color #B08A68: hue angle of 28.33º 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 #B08A68 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 138 | 104 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.31 |
| HSL | 28.33º | 0.31% | 0.55% | - |
| HSV(B) | 28.33º | 0.41% | 0.69% | - |
| XYZ | 29.49 | 28.41 | 17.03 | - |
| YUV | 145.49 | 104.59 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 138 | 104 | 0 | 0.22 | 0.41 | 0.31 | 28.33 | 0.31 | 0.55 |
| Hex | B0 | 8A | 68 | 0 | 16 | 29 | 1F | 1C | 1F | 37 |
| Octal | 260 | 212 | 150 | 0 | 26 | 51 | 37 | 34 | 37 | 67 |
| Binary | 10110000 | 10001010 | 1101000 | 0 | 10110 | 101001 | 11111 | 11100 | 11111 | 110111 |
Color Harmonies of #B08A68
Complementary color
Monochromatic Colors of #B08A68
Black with #B08A68
Text Example
Text Example
White with #B08A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08A68; }
p { color: rgb(176,138,104); }
H1.HeaderClassName
{
color: #B08A68;
}
.AnyTagClassName
{
color: #B08A68;
}
</style>
background-color css
<style>
a { background-color: #B08A68; }
a { background-color: rgb(176,138,104); }
div.DivClassName
{
background-color: #B08A68;
}
.BgClassName
{
background-color: #B08A68;
}
</style>
border-color css
<style>
span { border-color: #B08A68; }
span { border-color: rgb(176,138,104); }
td.TdClassName
{
border-color: #B08A68;
}
.TagClassName
{
border-color: #B08A68;
}
</style>