Shades of Mongoose #B28B6C
Tints of Mongoose #B28B6C
RGB
CMYK
RGB Variations
Color information
#B28B6C (or 0xB28B6C) is known color: Mongoose. HEX triplet: B2, 8B and 6C. RGB value is (178,139,108). Sum of RGB (Red+Green+Blue) = 178+139+108=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B28B6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28B6C is #4D7493. Grayscale: #939393. Windows color (decimal): -5076116 or 7113650. OLE color: 7113650.
HSL color Cylindrical-coordinate representation of color #B28B6C: hue angle of 26.57º 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 #B28B6C is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 139 | 108 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.30 |
| HSL | 26.57º | 0.31% | 0.56% | - |
| HSV(B) | 26.57º | 0.39% | 0.7% | - |
| XYZ | 30.3 | 29.01 | 18.19 | - |
| YUV | 147.13 | 105.92 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 139 | 108 | 0 | 0.22 | 0.39 | 0.30 | 26.57 | 0.31 | 0.56 |
| Hex | B2 | 8B | 6C | 0 | 16 | 27 | 1E | 1B | 1F | 38 |
| Octal | 262 | 213 | 154 | 0 | 26 | 47 | 36 | 33 | 37 | 70 |
| Binary | 10110010 | 10001011 | 1101100 | 0 | 10110 | 100111 | 11110 | 11011 | 11111 | 111000 |
Color Harmonies of #B28B6C
Complementary color
Monochromatic Colors of #B28B6C
Black with #B28B6C
Text Example
Text Example
White with #B28B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28B6C; }
p { color: rgb(178,139,108); }
H1.HeaderClassName
{
color: #B28B6C;
}
.AnyTagClassName
{
color: #B28B6C;
}
</style>
background-color css
<style>
a { background-color: #B28B6C; }
a { background-color: rgb(178,139,108); }
div.DivClassName
{
background-color: #B28B6C;
}
.BgClassName
{
background-color: #B28B6C;
}
</style>
border-color css
<style>
span { border-color: #B28B6C; }
span { border-color: rgb(178,139,108); }
td.TdClassName
{
border-color: #B28B6C;
}
.TagClassName
{
border-color: #B28B6C;
}
</style>