Shades of Dusty Grey #B29E9C
Tints of Dusty Grey #B29E9C
RGB
CMYK
RGB Variations
Color information
#B29E9C (or 0xB29E9C) is known color: Dusty Grey. HEX triplet: B2, 9E and 9C. RGB value is (178,158,156). Sum of RGB (Red+Green+Blue) = 178+158+156=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29E9C is #4D6163. Grayscale: #A3A3A3. Windows color (decimal): -5071204 or 10264242. OLE color: 10264242.
HSL color Cylindrical-coordinate representation of color #B29E9C: hue angle of 5.45º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B29E9C is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 158 | 156 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.30 |
| HSL | 5.45º | 0.13% | 0.65% | - |
| HSV(B) | 5.45º | 0.12% | 0.7% | - |
| XYZ | 36.59 | 36.32 | 36.53 | - |
| YUV | 163.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 158 | 156 | 0 | 0.11 | 0.12 | 0.30 | 5.45 | 0.13 | 0.65 |
| Hex | B2 | 9E | 9C | 0 | B | C | 1E | 5 | C | 41 |
| Octal | 262 | 236 | 234 | 0 | 13 | 14 | 36 | 5 | 14 | 101 |
| Binary | 10110010 | 10011110 | 10011100 | 0 | 1011 | 1100 | 11110 | 101 | 1100 | 1000001 |
Color Harmonies of #B29E9C
Complementary color
Monochromatic Colors of #B29E9C
Black with #B29E9C
Text Example
Text Example
White with #B29E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29E9C; }
p { color: rgb(178,158,156); }
H1.HeaderClassName
{
color: #B29E9C;
}
.AnyTagClassName
{
color: #B29E9C;
}
</style>
background-color css
<style>
a { background-color: #B29E9C; }
a { background-color: rgb(178,158,156); }
div.DivClassName
{
background-color: #B29E9C;
}
.BgClassName
{
background-color: #B29E9C;
}
</style>
border-color css
<style>
span { border-color: #B29E9C; }
span { border-color: rgb(178,158,156); }
td.TdClassName
{
border-color: #B29E9C;
}
.TagClassName
{
border-color: #B29E9C;
}
</style>