Shades of Mongoose #B28B6E
Tints of Mongoose #B28B6E
RGB
CMYK
RGB Variations
Color information
#B28B6E (or 0xB28B6E) is known color: Mongoose. HEX triplet: B2, 8B and 6E. RGB value is (178,139,110). Sum of RGB (Red+Green+Blue) = 178+139+110=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B28B6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28B6E is #4D7491. Grayscale: #939393. Windows color (decimal): -5076114 or 7244722. OLE color: 7244722.
HSL color Cylindrical-coordinate representation of color #B28B6E: hue angle of 25.59º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B28B6E is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 139 | 110 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.30 |
| HSL | 25.59º | 0.31% | 0.56% | - |
| HSV(B) | 25.59º | 0.38% | 0.7% | - |
| XYZ | 30.41 | 29.06 | 18.76 | - |
| YUV | 147.36 | 106.92 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 139 | 110 | 0 | 0.22 | 0.38 | 0.30 | 25.59 | 0.31 | 0.56 |
| Hex | B2 | 8B | 6E | 0 | 16 | 26 | 1E | 1A | 1F | 38 |
| Octal | 262 | 213 | 156 | 0 | 26 | 46 | 36 | 32 | 37 | 70 |
| Binary | 10110010 | 10001011 | 1101110 | 0 | 10110 | 100110 | 11110 | 11010 | 11111 | 111000 |
Color Harmonies of #B28B6E
Complementary color
Monochromatic Colors of #B28B6E
Black with #B28B6E
Text Example
Text Example
White with #B28B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28B6E; }
p { color: rgb(178,139,110); }
H1.HeaderClassName
{
color: #B28B6E;
}
.AnyTagClassName
{
color: #B28B6E;
}
</style>
background-color css
<style>
a { background-color: #B28B6E; }
a { background-color: rgb(178,139,110); }
div.DivClassName
{
background-color: #B28B6E;
}
.BgClassName
{
background-color: #B28B6E;
}
</style>
border-color css
<style>
span { border-color: #B28B6E; }
span { border-color: rgb(178,139,110); }
td.TdClassName
{
border-color: #B28B6E;
}
.TagClassName
{
border-color: #B28B6E;
}
</style>