Shades of Mongoose #B0906C
Tints of Mongoose #B0906C
RGB
CMYK
RGB Variations
Color information
#B0906C (or 0xB0906C) is known color: Mongoose. HEX triplet: B0, 90 and 6C. RGB value is (176,144,108). Sum of RGB (Red+Green+Blue) = 176+144+108=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B0906C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0906C is #4F6F93. Grayscale: #959595. Windows color (decimal): -5205908 or 7114928. OLE color: 7114928.
HSL color Cylindrical-coordinate representation of color #B0906C: hue angle of 31.76º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0906C is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 144 | 108 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.31 |
| HSL | 31.76º | 0.3% | 0.56% | - |
| HSV(B) | 31.76º | 0.39% | 0.69% | - |
| XYZ | 30.58 | 30.26 | 18.42 | - |
| YUV | 149.46 | 104.6 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 108 | 0 | 0.18 | 0.39 | 0.31 | 31.76 | 0.3 | 0.56 |
| Hex | B0 | 90 | 6C | 0 | 12 | 27 | 1F | 20 | 1E | 38 |
| Octal | 260 | 220 | 154 | 0 | 22 | 47 | 37 | 40 | 36 | 70 |
| Binary | 10110000 | 10010000 | 1101100 | 0 | 10010 | 100111 | 11111 | 100000 | 11110 | 111000 |
Color Harmonies of #B0906C
Complementary color
Monochromatic Colors of #B0906C
Black with #B0906C
Text Example
Text Example
White with #B0906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0906C; }
p { color: rgb(176,144,108); }
H1.HeaderClassName
{
color: #B0906C;
}
.AnyTagClassName
{
color: #B0906C;
}
</style>
background-color css
<style>
a { background-color: #B0906C; }
a { background-color: rgb(176,144,108); }
div.DivClassName
{
background-color: #B0906C;
}
.BgClassName
{
background-color: #B0906C;
}
</style>
border-color css
<style>
span { border-color: #B0906C; }
span { border-color: rgb(176,144,108); }
td.TdClassName
{
border-color: #B0906C;
}
.TagClassName
{
border-color: #B0906C;
}
</style>