Shades of Dusty Grey #B3A19F
Tints of Dusty Grey #B3A19F
RGB
CMYK
RGB Variations
Color information
#B3A19F (or 0xB3A19F) is known color: Dusty Grey. HEX triplet: B3, A1 and 9F. RGB value is (179,161,159). Sum of RGB (Red+Green+Blue) = 179+161+159=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A19F is #4C5E60. Grayscale: #A6A6A6. Windows color (decimal): -5004897 or 10461619. OLE color: 10461619.
HSL color Cylindrical-coordinate representation of color #B3A19F: hue angle of 6º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3A19F is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 161 | 159 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.30 |
| HSL | 6º | 0.12% | 0.66% | - |
| HSV(B) | 6º | 0.11% | 0.7% | - |
| XYZ | 37.59 | 37.58 | 38.07 | - |
| YUV | 166.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 161 | 159 | 0 | 0.10 | 0.11 | 0.30 | 6 | 0.12 | 0.66 |
| Hex | B3 | A1 | 9F | 0 | A | B | 1E | 6 | C | 42 |
| Octal | 263 | 241 | 237 | 0 | 12 | 13 | 36 | 6 | 14 | 102 |
| Binary | 10110011 | 10100001 | 10011111 | 0 | 1010 | 1011 | 11110 | 110 | 1100 | 1000010 |
Color Harmonies of #B3A19F
Complementary color
Monochromatic Colors of #B3A19F
Black with #B3A19F
Text Example
Text Example
White with #B3A19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A19F; }
p { color: rgb(179,161,159); }
H1.HeaderClassName
{
color: #B3A19F;
}
.AnyTagClassName
{
color: #B3A19F;
}
</style>
background-color css
<style>
a { background-color: #B3A19F; }
a { background-color: rgb(179,161,159); }
div.DivClassName
{
background-color: #B3A19F;
}
.BgClassName
{
background-color: #B3A19F;
}
</style>
border-color css
<style>
span { border-color: #B3A19F; }
span { border-color: rgb(179,161,159); }
td.TdClassName
{
border-color: #B3A19F;
}
.TagClassName
{
border-color: #B3A19F;
}
</style>