Shades of Dusty Grey #B89F9E
Tints of Dusty Grey #B89F9E
RGB
CMYK
RGB Variations
Color information
#B89F9E (or 0xB89F9E) is known color: Dusty Grey. HEX triplet: B8, 9F and 9E. RGB value is (184,159,158). Sum of RGB (Red+Green+Blue) = 184+159+158=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89F9E is #476061. Grayscale: #A6A6A6. Windows color (decimal): -4677730 or 10395576. OLE color: 10395576.
HSL color Cylindrical-coordinate representation of color #B89F9E: hue angle of 2.31º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B89F9E is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 159 | 158 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.28 |
| HSL | 2.31º | 0.15% | 0.67% | - |
| HSV(B) | 2.31º | 0.14% | 0.72% | - |
| XYZ | 38.34 | 37.46 | 37.56 | - |
| YUV | 166.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 158 | 0 | 0.14 | 0.14 | 0.28 | 2.31 | 0.15 | 0.67 |
| Hex | B8 | 9F | 9E | 0 | E | E | 1C | 2 | F | 43 |
| Octal | 270 | 237 | 236 | 0 | 16 | 16 | 34 | 2 | 17 | 103 |
| Binary | 10111000 | 10011111 | 10011110 | 0 | 1110 | 1110 | 11100 | 10 | 1111 | 1000011 |
Color Harmonies of #B89F9E
Complementary color
Monochromatic Colors of #B89F9E
Black with #B89F9E
Text Example
Text Example
White with #B89F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89F9E; }
p { color: rgb(184,159,158); }
H1.HeaderClassName
{
color: #B89F9E;
}
.AnyTagClassName
{
color: #B89F9E;
}
</style>
background-color css
<style>
a { background-color: #B89F9E; }
a { background-color: rgb(184,159,158); }
div.DivClassName
{
background-color: #B89F9E;
}
.BgClassName
{
background-color: #B89F9E;
}
</style>
border-color css
<style>
span { border-color: #B89F9E; }
span { border-color: rgb(184,159,158); }
td.TdClassName
{
border-color: #B89F9E;
}
.TagClassName
{
border-color: #B89F9E;
}
</style>