Shades of Dusty Grey #B1A09F
Tints of Dusty Grey #B1A09F
RGB
CMYK
RGB Variations
Color information
#B1A09F (or 0xB1A09F) is known color: Dusty Grey. HEX triplet: B1, A0 and 9F. RGB value is (177,160,159). Sum of RGB (Red+Green+Blue) = 177+160+159=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A09F is #4E5F60. Grayscale: #A4A4A4. Windows color (decimal): -5136225 or 10461361. OLE color: 10461361.
HSL color Cylindrical-coordinate representation of color #B1A09F: hue angle of 3.33º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1A09F is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 160 | 159 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.31 |
| HSL | 3.33º | 0.1% | 0.66% | - |
| HSV(B) | 3.33º | 0.1% | 0.69% | - |
| XYZ | 36.96 | 36.99 | 37.99 | - |
| YUV | 164.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 160 | 159 | 0 | 0.10 | 0.10 | 0.31 | 3.33 | 0.1 | 0.66 |
| Hex | B1 | A0 | 9F | 0 | A | A | 1F | 3 | A | 42 |
| Octal | 261 | 240 | 237 | 0 | 12 | 12 | 37 | 3 | 12 | 102 |
| Binary | 10110001 | 10100000 | 10011111 | 0 | 1010 | 1010 | 11111 | 11 | 1010 | 1000010 |
Color Harmonies of #B1A09F
Complementary color
Monochromatic Colors of #B1A09F
Black with #B1A09F
Text Example
Text Example
White with #B1A09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A09F; }
p { color: rgb(177,160,159); }
H1.HeaderClassName
{
color: #B1A09F;
}
.AnyTagClassName
{
color: #B1A09F;
}
</style>
background-color css
<style>
a { background-color: #B1A09F; }
a { background-color: rgb(177,160,159); }
div.DivClassName
{
background-color: #B1A09F;
}
.BgClassName
{
background-color: #B1A09F;
}
</style>
border-color css
<style>
span { border-color: #B1A09F; }
span { border-color: rgb(177,160,159); }
td.TdClassName
{
border-color: #B1A09F;
}
.TagClassName
{
border-color: #B1A09F;
}
</style>