Shades of Mongoose #B09270
Tints of Mongoose #B09270
RGB
CMYK
RGB Variations
Color information
#B09270 (or 0xB09270) is known color: Mongoose. HEX triplet: B0, 92 and 70. RGB value is (176,146,112). Sum of RGB (Red+Green+Blue) = 176+146+112=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B09270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09270 is #4F6D8F. Grayscale: #979797. Windows color (decimal): -5205392 or 7377584. OLE color: 7377584.
HSL color Cylindrical-coordinate representation of color #B09270: hue angle of 31.88º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B09270 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 146 | 112 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.31 |
| HSL | 31.88º | 0.29% | 0.56% | - |
| HSV(B) | 31.88º | 0.36% | 0.69% | - |
| XYZ | 31.11 | 30.96 | 19.67 | - |
| YUV | 151.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 146 | 112 | 0 | 0.17 | 0.36 | 0.31 | 31.88 | 0.29 | 0.56 |
| Hex | B0 | 92 | 70 | 0 | 11 | 24 | 1F | 20 | 1D | 38 |
| Octal | 260 | 222 | 160 | 0 | 21 | 44 | 37 | 40 | 35 | 70 |
| Binary | 10110000 | 10010010 | 1110000 | 0 | 10001 | 100100 | 11111 | 100000 | 11101 | 111000 |
Color Harmonies of #B09270
Complementary color
Monochromatic Colors of #B09270
Black with #B09270
Text Example
Text Example
White with #B09270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09270; }
p { color: rgb(176,146,112); }
H1.HeaderClassName
{
color: #B09270;
}
.AnyTagClassName
{
color: #B09270;
}
</style>
background-color css
<style>
a { background-color: #B09270; }
a { background-color: rgb(176,146,112); }
div.DivClassName
{
background-color: #B09270;
}
.BgClassName
{
background-color: #B09270;
}
</style>
border-color css
<style>
span { border-color: #B09270; }
span { border-color: rgb(176,146,112); }
td.TdClassName
{
border-color: #B09270;
}
.TagClassName
{
border-color: #B09270;
}
</style>