Shades of Mongoose #B38C6C
Tints of Mongoose #B38C6C
RGB
CMYK
RGB Variations
Color information
#B38C6C (or 0xB38C6C) is known color: Mongoose. HEX triplet: B3, 8C and 6C. RGB value is (179,140,108). Sum of RGB (Red+Green+Blue) = 179+140+108=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38C6C is #4C7393. Grayscale: #949494. Windows color (decimal): -5010324 or 7113907. OLE color: 7113907.
HSL color Cylindrical-coordinate representation of color #B38C6C: hue angle of 27.04º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B38C6C is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 140 | 108 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.30 |
| HSL | 27.04º | 0.32% | 0.56% | - |
| HSV(B) | 27.04º | 0.4% | 0.7% | - |
| XYZ | 30.68 | 29.42 | 18.25 | - |
| YUV | 148.01 | 105.42 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 140 | 108 | 0 | 0.22 | 0.40 | 0.30 | 27.04 | 0.32 | 0.56 |
| Hex | B3 | 8C | 6C | 0 | 16 | 28 | 1E | 1B | 20 | 38 |
| Octal | 263 | 214 | 154 | 0 | 26 | 50 | 36 | 33 | 40 | 70 |
| Binary | 10110011 | 10001100 | 1101100 | 0 | 10110 | 101000 | 11110 | 11011 | 100000 | 111000 |
Color Harmonies of #B38C6C
Complementary color
Monochromatic Colors of #B38C6C
Black with #B38C6C
Text Example
Text Example
White with #B38C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38C6C; }
p { color: rgb(179,140,108); }
H1.HeaderClassName
{
color: #B38C6C;
}
.AnyTagClassName
{
color: #B38C6C;
}
</style>
background-color css
<style>
a { background-color: #B38C6C; }
a { background-color: rgb(179,140,108); }
div.DivClassName
{
background-color: #B38C6C;
}
.BgClassName
{
background-color: #B38C6C;
}
</style>
border-color css
<style>
span { border-color: #B38C6C; }
span { border-color: rgb(179,140,108); }
td.TdClassName
{
border-color: #B38C6C;
}
.TagClassName
{
border-color: #B38C6C;
}
</style>