Shades of Mongoose #B58A69
Tints of Mongoose #B58A69
RGB
CMYK
RGB Variations
Color information
#B58A69 (or 0xB58A69) is known color: Mongoose. HEX triplet: B5, 8A and 69. RGB value is (181,138,105). Sum of RGB (Red+Green+Blue) = 181+138+105=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58A69 is #4A7596. Grayscale: #939393. Windows color (decimal): -4879767 or 6916789. OLE color: 6916789.
HSL color Cylindrical-coordinate representation of color #B58A69: hue angle of 26.05º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B58A69 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 105 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.29 |
| HSL | 26.05º | 0.34% | 0.56% | - |
| HSV(B) | 26.05º | 0.42% | 0.71% | - |
| XYZ | 30.69 | 29.02 | 17.35 | - |
| YUV | 147.1 | 104.25 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 105 | 0 | 0.24 | 0.42 | 0.29 | 26.05 | 0.34 | 0.56 |
| Hex | B5 | 8A | 69 | 0 | 18 | 2A | 1D | 1A | 22 | 38 |
| Octal | 265 | 212 | 151 | 0 | 30 | 52 | 35 | 32 | 42 | 70 |
| Binary | 10110101 | 10001010 | 1101001 | 0 | 11000 | 101010 | 11101 | 11010 | 100010 | 111000 |
Color Harmonies of #B58A69
Complementary color
Monochromatic Colors of #B58A69
Black with #B58A69
Text Example
Text Example
White with #B58A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A69; }
p { color: rgb(181,138,105); }
H1.HeaderClassName
{
color: #B58A69;
}
.AnyTagClassName
{
color: #B58A69;
}
</style>
background-color css
<style>
a { background-color: #B58A69; }
a { background-color: rgb(181,138,105); }
div.DivClassName
{
background-color: #B58A69;
}
.BgClassName
{
background-color: #B58A69;
}
</style>
border-color css
<style>
span { border-color: #B58A69; }
span { border-color: rgb(181,138,105); }
td.TdClassName
{
border-color: #B58A69;
}
.TagClassName
{
border-color: #B58A69;
}
</style>