Shades of Mongoose #B28D6E
Tints of Mongoose #B28D6E
RGB
CMYK
RGB Variations
Color information
#B28D6E (or 0xB28D6E) is known color: Mongoose. HEX triplet: B2, 8D and 6E. RGB value is (178,141,110). Sum of RGB (Red+Green+Blue) = 178+141+110=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28D6E is #4D7291. Grayscale: #949494. Windows color (decimal): -5075602 or 7245234. OLE color: 7245234.
HSL color Cylindrical-coordinate representation of color #B28D6E: hue angle of 27.35º 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 #B28D6E is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 141 | 110 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.30 |
| HSL | 27.35º | 0.31% | 0.56% | - |
| HSV(B) | 27.35º | 0.38% | 0.7% | - |
| XYZ | 30.7 | 29.64 | 18.86 | - |
| YUV | 148.53 | 106.26 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 141 | 110 | 0 | 0.21 | 0.38 | 0.30 | 27.35 | 0.31 | 0.56 |
| Hex | B2 | 8D | 6E | 0 | 15 | 26 | 1E | 1B | 1F | 38 |
| Octal | 262 | 215 | 156 | 0 | 25 | 46 | 36 | 33 | 37 | 70 |
| Binary | 10110010 | 10001101 | 1101110 | 0 | 10101 | 100110 | 11110 | 11011 | 11111 | 111000 |
Color Harmonies of #B28D6E
Complementary color
Monochromatic Colors of #B28D6E
Black with #B28D6E
Text Example
Text Example
White with #B28D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28D6E; }
p { color: rgb(178,141,110); }
H1.HeaderClassName
{
color: #B28D6E;
}
.AnyTagClassName
{
color: #B28D6E;
}
</style>
background-color css
<style>
a { background-color: #B28D6E; }
a { background-color: rgb(178,141,110); }
div.DivClassName
{
background-color: #B28D6E;
}
.BgClassName
{
background-color: #B28D6E;
}
</style>
border-color css
<style>
span { border-color: #B28D6E; }
span { border-color: rgb(178,141,110); }
td.TdClassName
{
border-color: #B28D6E;
}
.TagClassName
{
border-color: #B28D6E;
}
</style>