Shades of Dusty Grey #B89A98
Tints of Dusty Grey #B89A98
RGB
CMYK
RGB Variations
Color information
#B89A98 (or 0xB89A98) is known color: Dusty Grey. HEX triplet: B8, 9A and 98. RGB value is (184,154,152). Sum of RGB (Red+Green+Blue) = 184+154+152=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89A98 is #476567. Grayscale: #A2A2A2. Windows color (decimal): -4679016 or 10001080. OLE color: 10001080.
HSL color Cylindrical-coordinate representation of color #B89A98: hue angle of 3.75º 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 #B89A98 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 154 | 152 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.28 |
| HSL | 3.75º | 0.18% | 0.66% | - |
| HSV(B) | 3.75º | 0.17% | 0.72% | - |
| XYZ | 36.99 | 35.57 | 34.62 | - |
| YUV | 162.74 | 121.94 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 152 | 0 | 0.16 | 0.17 | 0.28 | 3.75 | 0.18 | 0.66 |
| Hex | B8 | 9A | 98 | 0 | 10 | 11 | 1C | 4 | 12 | 42 |
| Octal | 270 | 232 | 230 | 0 | 20 | 21 | 34 | 4 | 22 | 102 |
| Binary | 10111000 | 10011010 | 10011000 | 0 | 10000 | 10001 | 11100 | 100 | 10010 | 1000010 |
Color Harmonies of #B89A98
Complementary color
Monochromatic Colors of #B89A98
Black with #B89A98
Text Example
Text Example
White with #B89A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89A98; }
p { color: rgb(184,154,152); }
H1.HeaderClassName
{
color: #B89A98;
}
.AnyTagClassName
{
color: #B89A98;
}
</style>
background-color css
<style>
a { background-color: #B89A98; }
a { background-color: rgb(184,154,152); }
div.DivClassName
{
background-color: #B89A98;
}
.BgClassName
{
background-color: #B89A98;
}
</style>
border-color css
<style>
span { border-color: #B89A98; }
span { border-color: rgb(184,154,152); }
td.TdClassName
{
border-color: #B89A98;
}
.TagClassName
{
border-color: #B89A98;
}
</style>