Shades of Mongoose #B2896C
Tints of Mongoose #B2896C
RGB
CMYK
RGB Variations
Color information
#B2896C (or 0xB2896C) is known color: Mongoose. HEX triplet: B2, 89 and 6C. RGB value is (178,137,108). Sum of RGB (Red+Green+Blue) = 178+137+108=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B2896C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2896C is #4D7693. Grayscale: #929292. Windows color (decimal): -5076628 or 7113138. OLE color: 7113138.
HSL color Cylindrical-coordinate representation of color #B2896C: hue angle of 24.86º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2896C is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 137 | 108 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.30 |
| HSL | 24.86º | 0.31% | 0.56% | - |
| HSV(B) | 24.86º | 0.39% | 0.7% | - |
| XYZ | 30.01 | 28.44 | 18.09 | - |
| YUV | 145.95 | 106.58 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 137 | 108 | 0 | 0.23 | 0.39 | 0.30 | 24.86 | 0.31 | 0.56 |
| Hex | B2 | 89 | 6C | 0 | 17 | 27 | 1E | 19 | 1F | 38 |
| Octal | 262 | 211 | 154 | 0 | 27 | 47 | 36 | 31 | 37 | 70 |
| Binary | 10110010 | 10001001 | 1101100 | 0 | 10111 | 100111 | 11110 | 11001 | 11111 | 111000 |
Color Harmonies of #B2896C
Complementary color
Monochromatic Colors of #B2896C
Black with #B2896C
Text Example
Text Example
White with #B2896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2896C; }
p { color: rgb(178,137,108); }
H1.HeaderClassName
{
color: #B2896C;
}
.AnyTagClassName
{
color: #B2896C;
}
</style>
background-color css
<style>
a { background-color: #B2896C; }
a { background-color: rgb(178,137,108); }
div.DivClassName
{
background-color: #B2896C;
}
.BgClassName
{
background-color: #B2896C;
}
</style>
border-color css
<style>
span { border-color: #B2896C; }
span { border-color: rgb(178,137,108); }
td.TdClassName
{
border-color: #B2896C;
}
.TagClassName
{
border-color: #B2896C;
}
</style>