Shades of Dusty Grey #B29595
Tints of Dusty Grey #B29595
RGB
CMYK
RGB Variations
Color information
#B29595 (or 0xB29595) is known color: Dusty Grey. HEX triplet: B2, 95 and 95. RGB value is (178,149,149). Sum of RGB (Red+Green+Blue) = 178+149+149=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 178 - color contains mainly: red. Hex color #B29595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29595 is #4D6A6A. Grayscale: #9D9D9D. Windows color (decimal): -5073515 or 9803186. OLE color: 9803186.
HSL color Cylindrical-coordinate representation of color #B29595: hue angle of 0º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B29595 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 149 | 149 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.30 |
| HSL | 0º | 0.16% | 0.64% | - |
| HSV(B) | 0º | 0.16% | 0.7% | - |
| XYZ | 34.53 | 33.13 | 33.01 | - |
| YUV | 157.67 | 123.11 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 149 | 149 | 0 | 0.16 | 0.16 | 0.30 | 0 | 0.16 | 0.64 |
| Hex | B2 | 95 | 95 | 0 | 10 | 10 | 1E | 0 | 10 | 40 |
| Octal | 262 | 225 | 225 | 0 | 20 | 20 | 36 | 0 | 20 | 100 |
| Binary | 10110010 | 10010101 | 10010101 | 0 | 10000 | 10000 | 11110 | 0 | 10000 | 1000000 |
Color Harmonies of #B29595
Complementary color
Monochromatic Colors of #B29595
Black with #B29595
Text Example
Text Example
White with #B29595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29595; }
p { color: rgb(178,149,149); }
H1.HeaderClassName
{
color: #B29595;
}
.AnyTagClassName
{
color: #B29595;
}
</style>
background-color css
<style>
a { background-color: #B29595; }
a { background-color: rgb(178,149,149); }
div.DivClassName
{
background-color: #B29595;
}
.BgClassName
{
background-color: #B29595;
}
</style>
border-color css
<style>
span { border-color: #B29595; }
span { border-color: rgb(178,149,149); }
td.TdClassName
{
border-color: #B29595;
}
.TagClassName
{
border-color: #B29595;
}
</style>