Shades of Dusty Grey #B89D9C
Tints of Dusty Grey #B89D9C
RGB
CMYK
RGB Variations
Color information
#B89D9C (or 0xB89D9C) is known color: Dusty Grey. HEX triplet: B8, 9D and 9C. RGB value is (184,157,156). Sum of RGB (Red+Green+Blue) = 184+157+156=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 184 - color contains mainly: red. Hex color #B89D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89D9C is #476263. Grayscale: #A4A4A4. Windows color (decimal): -4678244 or 10263992. OLE color: 10263992.
HSL color Cylindrical-coordinate representation of color #B89D9C: hue angle of 2.14º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B89D9C is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 157 | 156 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.28 |
| HSL | 2.14º | 0.16% | 0.67% | - |
| HSV(B) | 2.14º | 0.15% | 0.72% | - |
| XYZ | 37.82 | 36.7 | 36.54 | - |
| YUV | 164.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 157 | 156 | 0 | 0.15 | 0.15 | 0.28 | 2.14 | 0.16 | 0.67 |
| Hex | B8 | 9D | 9C | 0 | F | F | 1C | 2 | 10 | 43 |
| Octal | 270 | 235 | 234 | 0 | 17 | 17 | 34 | 2 | 20 | 103 |
| Binary | 10111000 | 10011101 | 10011100 | 0 | 1111 | 1111 | 11100 | 10 | 10000 | 1000011 |
Color Harmonies of #B89D9C
Complementary color
Monochromatic Colors of #B89D9C
Black with #B89D9C
Text Example
Text Example
White with #B89D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89D9C; }
p { color: rgb(184,157,156); }
H1.HeaderClassName
{
color: #B89D9C;
}
.AnyTagClassName
{
color: #B89D9C;
}
</style>
background-color css
<style>
a { background-color: #B89D9C; }
a { background-color: rgb(184,157,156); }
div.DivClassName
{
background-color: #B89D9C;
}
.BgClassName
{
background-color: #B89D9C;
}
</style>
border-color css
<style>
span { border-color: #B89D9C; }
span { border-color: rgb(184,157,156); }
td.TdClassName
{
border-color: #B89D9C;
}
.TagClassName
{
border-color: #B89D9C;
}
</style>