Shades of Mongoose #B09068
Tints of Mongoose #B09068
RGB
CMYK
RGB Variations
Color information
#B09068 (or 0xB09068) is known color: Mongoose. HEX triplet: B0, 90 and 68. RGB value is (176,144,104). Sum of RGB (Red+Green+Blue) = 176+144+104=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B09068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09068 is #4F6F97. Grayscale: #959595. Windows color (decimal): -5205912 or 6852784. OLE color: 6852784.
HSL color Cylindrical-coordinate representation of color #B09068: hue angle of 33.33º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B09068 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 144 | 104 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.31 |
| HSL | 33.33º | 0.31% | 0.55% | - |
| HSV(B) | 33.33º | 0.41% | 0.69% | - |
| XYZ | 30.38 | 30.18 | 17.32 | - |
| YUV | 149.01 | 102.6 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 104 | 0 | 0.18 | 0.41 | 0.31 | 33.33 | 0.31 | 0.55 |
| Hex | B0 | 90 | 68 | 0 | 12 | 29 | 1F | 21 | 1F | 37 |
| Octal | 260 | 220 | 150 | 0 | 22 | 51 | 37 | 41 | 37 | 67 |
| Binary | 10110000 | 10010000 | 1101000 | 0 | 10010 | 101001 | 11111 | 100001 | 11111 | 110111 |
Color Harmonies of #B09068
Complementary color
Monochromatic Colors of #B09068
Black with #B09068
Text Example
Text Example
White with #B09068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09068; }
p { color: rgb(176,144,104); }
H1.HeaderClassName
{
color: #B09068;
}
.AnyTagClassName
{
color: #B09068;
}
</style>
background-color css
<style>
a { background-color: #B09068; }
a { background-color: rgb(176,144,104); }
div.DivClassName
{
background-color: #B09068;
}
.BgClassName
{
background-color: #B09068;
}
</style>
border-color css
<style>
span { border-color: #B09068; }
span { border-color: rgb(176,144,104); }
td.TdClassName
{
border-color: #B09068;
}
.TagClassName
{
border-color: #B09068;
}
</style>