Shades of Mongoose #B38B67
Tints of Mongoose #B38B67
RGB
CMYK
RGB Variations
Color information
#B38B67 (or 0xB38B67) is known color: Mongoose. HEX triplet: B3, 8B and 67. RGB value is (179,139,103). Sum of RGB (Red+Green+Blue) = 179+139+103=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 103 (40.62% from 255 or 24.47% from 421); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38B67 is #4C7498. Grayscale: #939393. Windows color (decimal): -5010585 or 6785971. OLE color: 6785971.
HSL color Cylindrical-coordinate representation of color #B38B67: hue angle of 28.42º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B38B67 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 139 | 103 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.30 |
| HSL | 28.42º | 0.33% | 0.55% | - |
| HSV(B) | 28.42º | 0.42% | 0.7% | - |
| XYZ | 30.27 | 29.03 | 16.84 | - |
| YUV | 146.86 | 103.25 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 139 | 103 | 0 | 0.22 | 0.42 | 0.30 | 28.42 | 0.33 | 0.55 |
| Hex | B3 | 8B | 67 | 0 | 16 | 2A | 1E | 1C | 21 | 37 |
| Octal | 263 | 213 | 147 | 0 | 26 | 52 | 36 | 34 | 41 | 67 |
| Binary | 10110011 | 10001011 | 1100111 | 0 | 10110 | 101010 | 11110 | 11100 | 100001 | 110111 |
Color Harmonies of #B38B67
Complementary color
Monochromatic Colors of #B38B67
Black with #B38B67
Text Example
Text Example
White with #B38B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38B67; }
p { color: rgb(179,139,103); }
H1.HeaderClassName
{
color: #B38B67;
}
.AnyTagClassName
{
color: #B38B67;
}
</style>
background-color css
<style>
a { background-color: #B38B67; }
a { background-color: rgb(179,139,103); }
div.DivClassName
{
background-color: #B38B67;
}
.BgClassName
{
background-color: #B38B67;
}
</style>
border-color css
<style>
span { border-color: #B38B67; }
span { border-color: rgb(179,139,103); }
td.TdClassName
{
border-color: #B38B67;
}
.TagClassName
{
border-color: #B38B67;
}
</style>