Shades of Dusty Grey #B89998
Tints of Dusty Grey #B89998
RGB
CMYK
RGB Variations
Color information
#B89998 (or 0xB89998) is known color: Dusty Grey. HEX triplet: B8, 99 and 98. RGB value is (184,153,152). Sum of RGB (Red+Green+Blue) = 184+153+152=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 184 - color contains mainly: red. Hex color #B89998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89998 is #476667. Grayscale: #A2A2A2. Windows color (decimal): -4679272 or 10000824. OLE color: 10000824.
HSL color Cylindrical-coordinate representation of color #B89998: hue angle of 1.88º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B89998 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 153 | 152 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.28 |
| HSL | 1.88º | 0.18% | 0.66% | - |
| HSV(B) | 1.88º | 0.17% | 0.72% | - |
| XYZ | 36.83 | 35.24 | 34.57 | - |
| YUV | 162.16 | 122.27 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 152 | 0 | 0.17 | 0.17 | 0.28 | 1.88 | 0.18 | 0.66 |
| Hex | B8 | 99 | 98 | 0 | 11 | 11 | 1C | 2 | 12 | 42 |
| Octal | 270 | 231 | 230 | 0 | 21 | 21 | 34 | 2 | 22 | 102 |
| Binary | 10111000 | 10011001 | 10011000 | 0 | 10001 | 10001 | 11100 | 10 | 10010 | 1000010 |
Color Harmonies of #B89998
Complementary color
Monochromatic Colors of #B89998
Black with #B89998
Text Example
Text Example
White with #B89998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89998; }
p { color: rgb(184,153,152); }
H1.HeaderClassName
{
color: #B89998;
}
.AnyTagClassName
{
color: #B89998;
}
</style>
background-color css
<style>
a { background-color: #B89998; }
a { background-color: rgb(184,153,152); }
div.DivClassName
{
background-color: #B89998;
}
.BgClassName
{
background-color: #B89998;
}
</style>
border-color css
<style>
span { border-color: #B89998; }
span { border-color: rgb(184,153,152); }
td.TdClassName
{
border-color: #B89998;
}
.TagClassName
{
border-color: #B89998;
}
</style>