Shades of Dusty Grey #B89F9F
Tints of Dusty Grey #B89F9F
RGB
CMYK
RGB Variations
Color information
#B89F9F (or 0xB89F9F) is known color: Dusty Grey. HEX triplet: B8, 9F and 9F. RGB value is (184,159,159). Sum of RGB (Red+Green+Blue) = 184+159+159=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89F9F is #476060. Grayscale: #A6A6A6. Windows color (decimal): -4677729 or 10461112. OLE color: 10461112.
HSL color Cylindrical-coordinate representation of color #B89F9F: hue angle of 0º 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 #B89F9F is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 159 | 159 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.28 |
| HSL | 0º | 0.15% | 0.67% | - |
| HSV(B) | 0º | 0.14% | 0.72% | - |
| XYZ | 38.42 | 37.49 | 38.01 | - |
| YUV | 166.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 159 | 0 | 0.14 | 0.14 | 0.28 | 0 | 0.15 | 0.67 |
| Hex | B8 | 9F | 9F | 0 | E | E | 1C | 0 | F | 43 |
| Octal | 270 | 237 | 237 | 0 | 16 | 16 | 34 | 0 | 17 | 103 |
| Binary | 10111000 | 10011111 | 10011111 | 0 | 1110 | 1110 | 11100 | 0 | 1111 | 1000011 |
Color Harmonies of #B89F9F
Complementary color
Monochromatic Colors of #B89F9F
Black with #B89F9F
Text Example
Text Example
White with #B89F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89F9F; }
p { color: rgb(184,159,159); }
H1.HeaderClassName
{
color: #B89F9F;
}
.AnyTagClassName
{
color: #B89F9F;
}
</style>
background-color css
<style>
a { background-color: #B89F9F; }
a { background-color: rgb(184,159,159); }
div.DivClassName
{
background-color: #B89F9F;
}
.BgClassName
{
background-color: #B89F9F;
}
</style>
border-color css
<style>
span { border-color: #B89F9F; }
span { border-color: rgb(184,159,159); }
td.TdClassName
{
border-color: #B89F9F;
}
.TagClassName
{
border-color: #B89F9F;
}
</style>