Shades of Mongoose #B28C6F
Tints of Mongoose #B28C6F
RGB
CMYK
RGB Variations
Color information
#B28C6F (or 0xB28C6F) is known color: Mongoose. HEX triplet: B2, 8C and 6F. RGB value is (178,140,111). Sum of RGB (Red+Green+Blue) = 178+140+111=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28C6F is #4D7390. Grayscale: #949494. Windows color (decimal): -5075857 or 7310514. OLE color: 7310514.
HSL color Cylindrical-coordinate representation of color #B28C6F: hue angle of 25.97º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B28C6F is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 140 | 111 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.30 |
| HSL | 25.97º | 0.3% | 0.57% | - |
| HSV(B) | 25.97º | 0.38% | 0.7% | - |
| XYZ | 30.61 | 29.37 | 19.09 | - |
| YUV | 148.06 | 107.09 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 111 | 0 | 0.21 | 0.38 | 0.30 | 25.97 | 0.3 | 0.57 |
| Hex | B2 | 8C | 6F | 0 | 15 | 26 | 1E | 1A | 1E | 39 |
| Octal | 262 | 214 | 157 | 0 | 25 | 46 | 36 | 32 | 36 | 71 |
| Binary | 10110010 | 10001100 | 1101111 | 0 | 10101 | 100110 | 11110 | 11010 | 11110 | 111001 |
Color Harmonies of #B28C6F
Complementary color
Monochromatic Colors of #B28C6F
Black with #B28C6F
Text Example
Text Example
White with #B28C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28C6F; }
p { color: rgb(178,140,111); }
H1.HeaderClassName
{
color: #B28C6F;
}
.AnyTagClassName
{
color: #B28C6F;
}
</style>
background-color css
<style>
a { background-color: #B28C6F; }
a { background-color: rgb(178,140,111); }
div.DivClassName
{
background-color: #B28C6F;
}
.BgClassName
{
background-color: #B28C6F;
}
</style>
border-color css
<style>
span { border-color: #B28C6F; }
span { border-color: rgb(178,140,111); }
td.TdClassName
{
border-color: #B28C6F;
}
.TagClassName
{
border-color: #B28C6F;
}
</style>