Shades of Mongoose #B28F6E
Tints of Mongoose #B28F6E
RGB
CMYK
RGB Variations
Color information
#B28F6E (or 0xB28F6E) is known color: Mongoose. HEX triplet: B2, 8F and 6E. RGB value is (178,143,110). Sum of RGB (Red+Green+Blue) = 178+143+110=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28F6E is #4D7091. Grayscale: #959595. Windows color (decimal): -5075090 or 7245746. OLE color: 7245746.
HSL color Cylindrical-coordinate representation of color #B28F6E: hue angle of 29.12º 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 #B28F6E is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 143 | 110 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.30 |
| HSL | 29.12º | 0.31% | 0.56% | - |
| HSV(B) | 29.12º | 0.38% | 0.7% | - |
| XYZ | 31 | 30.24 | 18.95 | - |
| YUV | 149.7 | 105.6 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 143 | 110 | 0 | 0.20 | 0.38 | 0.30 | 29.12 | 0.31 | 0.56 |
| Hex | B2 | 8F | 6E | 0 | 14 | 26 | 1E | 1D | 1F | 38 |
| Octal | 262 | 217 | 156 | 0 | 24 | 46 | 36 | 35 | 37 | 70 |
| Binary | 10110010 | 10001111 | 1101110 | 0 | 10100 | 100110 | 11110 | 11101 | 11111 | 111000 |
Color Harmonies of #B28F6E
Complementary color
Monochromatic Colors of #B28F6E
Black with #B28F6E
Text Example
Text Example
White with #B28F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28F6E; }
p { color: rgb(178,143,110); }
H1.HeaderClassName
{
color: #B28F6E;
}
.AnyTagClassName
{
color: #B28F6E;
}
</style>
background-color css
<style>
a { background-color: #B28F6E; }
a { background-color: rgb(178,143,110); }
div.DivClassName
{
background-color: #B28F6E;
}
.BgClassName
{
background-color: #B28F6E;
}
</style>
border-color css
<style>
span { border-color: #B28F6E; }
span { border-color: rgb(178,143,110); }
td.TdClassName
{
border-color: #B28F6E;
}
.TagClassName
{
border-color: #B28F6E;
}
</style>