Shades of Mongoose #B08A69
Tints of Mongoose #B08A69
RGB
CMYK
RGB Variations
Color information
#B08A69 (or 0xB08A69) is known color: Mongoose. HEX triplet: B0, 8A and 69. RGB value is (176,138,105). Sum of RGB (Red+Green+Blue) = 176+138+105=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08A69 is #4F7596. Grayscale: #919191. Windows color (decimal): -5207447 or 6916784. OLE color: 6916784.
HSL color Cylindrical-coordinate representation of color #B08A69: hue angle of 27.89º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B08A69 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 138 | 105 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.31 |
| HSL | 27.89º | 0.31% | 0.55% | - |
| HSV(B) | 27.89º | 0.4% | 0.69% | - |
| XYZ | 29.54 | 28.43 | 17.29 | - |
| YUV | 145.6 | 105.09 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 138 | 105 | 0 | 0.22 | 0.40 | 0.31 | 27.89 | 0.31 | 0.55 |
| Hex | B0 | 8A | 69 | 0 | 16 | 28 | 1F | 1C | 1F | 37 |
| Octal | 260 | 212 | 151 | 0 | 26 | 50 | 37 | 34 | 37 | 67 |
| Binary | 10110000 | 10001010 | 1101001 | 0 | 10110 | 101000 | 11111 | 11100 | 11111 | 110111 |
Color Harmonies of #B08A69
Complementary color
Monochromatic Colors of #B08A69
Black with #B08A69
Text Example
Text Example
White with #B08A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08A69; }
p { color: rgb(176,138,105); }
H1.HeaderClassName
{
color: #B08A69;
}
.AnyTagClassName
{
color: #B08A69;
}
</style>
background-color css
<style>
a { background-color: #B08A69; }
a { background-color: rgb(176,138,105); }
div.DivClassName
{
background-color: #B08A69;
}
.BgClassName
{
background-color: #B08A69;
}
</style>
border-color css
<style>
span { border-color: #B08A69; }
span { border-color: rgb(176,138,105); }
td.TdClassName
{
border-color: #B08A69;
}
.TagClassName
{
border-color: #B08A69;
}
</style>