Shades of Mist Grey #B9B99E
Tints of Mist Grey #B9B99E
RGB
CMYK
RGB Variations
Color information
#B9B99E (or 0xB9B99E) is known color: Mist Grey. HEX triplet: B9, B9 and 9E. RGB value is (185,185,158). Sum of RGB (Red+Green+Blue) = 185+185+158=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 158 (62.11% from 255 or 29.92% from 528); Max value from RGB is 185 - color contains mainly: red, green. Hex color #B9B99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B99E is #464661. Grayscale: #B6B6B6. Windows color (decimal): -4605538 or 10402233. OLE color: 10402233.
HSL color Cylindrical-coordinate representation of color #B9B99E: hue angle of 60º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9B99E is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 185 | 158 | - |
| CMYK | 0 | 0 | 0.15 | 0.27 |
| HSL | 60º | 0.16% | 0.67% | - |
| HSV(B) | 60º | 0.15% | 0.73% | - |
| XYZ | 43.53 | 47.48 | 39.22 | - |
| YUV | 181.92 | 114.5 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 185 | 158 | 0 | 0 | 0.15 | 0.27 | 60 | 0.16 | 0.67 |
| Hex | B9 | B9 | 9E | 0 | 0 | F | 1B | 3C | 10 | 43 |
| Octal | 271 | 271 | 236 | 0 | 0 | 17 | 33 | 74 | 20 | 103 |
| Binary | 10111001 | 10111001 | 10011110 | 0 | 0 | 1111 | 11011 | 111100 | 10000 | 1000011 |
Color Harmonies of #B9B99E
Complementary color
Monochromatic Colors of #B9B99E
Black with #B9B99E
Text Example
Text Example
White with #B9B99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B99E; }
p { color: rgb(185,185,158); }
H1.HeaderClassName
{
color: #B9B99E;
}
.AnyTagClassName
{
color: #B9B99E;
}
</style>
background-color css
<style>
a { background-color: #B9B99E; }
a { background-color: rgb(185,185,158); }
div.DivClassName
{
background-color: #B9B99E;
}
.BgClassName
{
background-color: #B9B99E;
}
</style>
border-color css
<style>
span { border-color: #B9B99E; }
span { border-color: rgb(185,185,158); }
td.TdClassName
{
border-color: #B9B99E;
}
.TagClassName
{
border-color: #B9B99E;
}
</style>