Shades of Mongoose #B0956D
Tints of Mongoose #B0956D
RGB
CMYK
RGB Variations
Color information
#B0956D (or 0xB0956D) is known color: Mongoose. HEX triplet: B0, 95 and 6D. RGB value is (176,149,109). Sum of RGB (Red+Green+Blue) = 176+149+109=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B0956D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0956D is #4F6A92. Grayscale: #989898. Windows color (decimal): -5204627 or 7181744. OLE color: 7181744.
HSL color Cylindrical-coordinate representation of color #B0956D: hue angle of 35.82º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0956D is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 149 | 109 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.31 |
| HSL | 35.82º | 0.3% | 0.56% | - |
| HSV(B) | 35.82º | 0.38% | 0.69% | - |
| XYZ | 31.41 | 31.83 | 18.96 | - |
| YUV | 152.51 | 103.45 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 149 | 109 | 0 | 0.15 | 0.38 | 0.31 | 35.82 | 0.3 | 0.56 |
| Hex | B0 | 95 | 6D | 0 | F | 26 | 1F | 24 | 1E | 38 |
| Octal | 260 | 225 | 155 | 0 | 17 | 46 | 37 | 44 | 36 | 70 |
| Binary | 10110000 | 10010101 | 1101101 | 0 | 1111 | 100110 | 11111 | 100100 | 11110 | 111000 |
Color Harmonies of #B0956D
Complementary color
Monochromatic Colors of #B0956D
Black with #B0956D
Text Example
Text Example
White with #B0956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0956D; }
p { color: rgb(176,149,109); }
H1.HeaderClassName
{
color: #B0956D;
}
.AnyTagClassName
{
color: #B0956D;
}
</style>
background-color css
<style>
a { background-color: #B0956D; }
a { background-color: rgb(176,149,109); }
div.DivClassName
{
background-color: #B0956D;
}
.BgClassName
{
background-color: #B0956D;
}
</style>
border-color css
<style>
span { border-color: #B0956D; }
span { border-color: rgb(176,149,109); }
td.TdClassName
{
border-color: #B0956D;
}
.TagClassName
{
border-color: #B0956D;
}
</style>