Shades of Dusty Grey #B3A09E
Tints of Dusty Grey #B3A09E
RGB
CMYK
RGB Variations
Color information
#B3A09E (or 0xB3A09E) is known color: Dusty Grey. HEX triplet: B3, A0 and 9E. RGB value is (179,160,158). Sum of RGB (Red+Green+Blue) = 179+160+158=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A09E is #4C5F61. Grayscale: #A5A5A5. Windows color (decimal): -5005154 or 10395827. OLE color: 10395827.
HSL color Cylindrical-coordinate representation of color #B3A09E: hue angle of 5.71º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3A09E is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 160 | 158 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.30 |
| HSL | 5.71º | 0.12% | 0.66% | - |
| HSV(B) | 5.71º | 0.12% | 0.7% | - |
| XYZ | 37.33 | 37.19 | 37.56 | - |
| YUV | 165.45 | 123.79 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 160 | 158 | 0 | 0.11 | 0.12 | 0.30 | 5.71 | 0.12 | 0.66 |
| Hex | B3 | A0 | 9E | 0 | B | C | 1E | 6 | C | 42 |
| Octal | 263 | 240 | 236 | 0 | 13 | 14 | 36 | 6 | 14 | 102 |
| Binary | 10110011 | 10100000 | 10011110 | 0 | 1011 | 1100 | 11110 | 110 | 1100 | 1000010 |
Color Harmonies of #B3A09E
Complementary color
Monochromatic Colors of #B3A09E
Black with #B3A09E
Text Example
Text Example
White with #B3A09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A09E; }
p { color: rgb(179,160,158); }
H1.HeaderClassName
{
color: #B3A09E;
}
.AnyTagClassName
{
color: #B3A09E;
}
</style>
background-color css
<style>
a { background-color: #B3A09E; }
a { background-color: rgb(179,160,158); }
div.DivClassName
{
background-color: #B3A09E;
}
.BgClassName
{
background-color: #B3A09E;
}
</style>
border-color css
<style>
span { border-color: #B3A09E; }
span { border-color: rgb(179,160,158); }
td.TdClassName
{
border-color: #B3A09E;
}
.TagClassName
{
border-color: #B3A09E;
}
</style>