Shades of Dusty Grey #B89C9B
Tints of Dusty Grey #B89C9B
RGB
CMYK
RGB Variations
Color information
#B89C9B (or 0xB89C9B) is known color: Dusty Grey. HEX triplet: B8, 9C and 9B. RGB value is (184,156,155). Sum of RGB (Red+Green+Blue) = 184+156+155=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89C9B is #476364. Grayscale: #A4A4A4. Windows color (decimal): -4678501 or 10198200. OLE color: 10198200.
HSL color Cylindrical-coordinate representation of color #B89C9B: hue angle of 2.07º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B89C9B is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 155 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.28 |
| HSL | 2.07º | 0.17% | 0.66% | - |
| HSV(B) | 2.07º | 0.16% | 0.72% | - |
| XYZ | 37.57 | 36.33 | 36.04 | - |
| YUV | 164.26 | 122.78 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 155 | 0 | 0.15 | 0.16 | 0.28 | 2.07 | 0.17 | 0.66 |
| Hex | B8 | 9C | 9B | 0 | F | 10 | 1C | 2 | 11 | 42 |
| Octal | 270 | 234 | 233 | 0 | 17 | 20 | 34 | 2 | 21 | 102 |
| Binary | 10111000 | 10011100 | 10011011 | 0 | 1111 | 10000 | 11100 | 10 | 10001 | 1000010 |
Color Harmonies of #B89C9B
Complementary color
Monochromatic Colors of #B89C9B
Black with #B89C9B
Text Example
Text Example
White with #B89C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C9B; }
p { color: rgb(184,156,155); }
H1.HeaderClassName
{
color: #B89C9B;
}
.AnyTagClassName
{
color: #B89C9B;
}
</style>
background-color css
<style>
a { background-color: #B89C9B; }
a { background-color: rgb(184,156,155); }
div.DivClassName
{
background-color: #B89C9B;
}
.BgClassName
{
background-color: #B89C9B;
}
</style>
border-color css
<style>
span { border-color: #B89C9B; }
span { border-color: rgb(184,156,155); }
td.TdClassName
{
border-color: #B89C9B;
}
.TagClassName
{
border-color: #B89C9B;
}
</style>