Shades of Dusty Grey #B1A19F
Tints of Dusty Grey #B1A19F
RGB
CMYK
RGB Variations
Color information
#B1A19F (or 0xB1A19F) is known color: Dusty Grey. HEX triplet: B1, A1 and 9F. RGB value is (177,161,159). Sum of RGB (Red+Green+Blue) = 177+161+159=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A19F is #4E5E60. Grayscale: #A5A5A5. Windows color (decimal): -5135969 or 10461617. OLE color: 10461617.
HSL color Cylindrical-coordinate representation of color #B1A19F: hue angle of 6.67º 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 #B1A19F is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 161 | 159 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.31 |
| HSL | 6.67º | 0.1% | 0.66% | - |
| HSV(B) | 6.67º | 0.1% | 0.69% | - |
| XYZ | 37.13 | 37.34 | 38.05 | - |
| YUV | 165.56 | 124.3 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 161 | 159 | 0 | 0.09 | 0.10 | 0.31 | 6.67 | 0.1 | 0.66 |
| Hex | B1 | A1 | 9F | 0 | 9 | A | 1F | 7 | A | 42 |
| Octal | 261 | 241 | 237 | 0 | 11 | 12 | 37 | 7 | 12 | 102 |
| Binary | 10110001 | 10100001 | 10011111 | 0 | 1001 | 1010 | 11111 | 111 | 1010 | 1000010 |
Color Harmonies of #B1A19F
Complementary color
Monochromatic Colors of #B1A19F
Black with #B1A19F
Text Example
Text Example
White with #B1A19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A19F; }
p { color: rgb(177,161,159); }
H1.HeaderClassName
{
color: #B1A19F;
}
.AnyTagClassName
{
color: #B1A19F;
}
</style>
background-color css
<style>
a { background-color: #B1A19F; }
a { background-color: rgb(177,161,159); }
div.DivClassName
{
background-color: #B1A19F;
}
.BgClassName
{
background-color: #B1A19F;
}
</style>
border-color css
<style>
span { border-color: #B1A19F; }
span { border-color: rgb(177,161,159); }
td.TdClassName
{
border-color: #B1A19F;
}
.TagClassName
{
border-color: #B1A19F;
}
</style>