Shades of Dark Gray #B9A6A5
Tints of Dark Gray #B9A6A5
RGB
CMYK
RGB Variations
Color information
#B9A6A5 (or 0xB9A6A5) is known color: Dark Gray. HEX triplet: B9, A6 and A5. RGB value is (185,166,165). Sum of RGB (Red+Green+Blue) = 185+166+165=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A6A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A6A5 is #46595A. Grayscale: #ABABAB. Windows color (decimal): -4610395 or 10856121. OLE color: 10856121.
HSL color Cylindrical-coordinate representation of color #B9A6A5: hue angle of 3º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9A6A5 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 166 | 165 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.27 |
| HSL | 3º | 0.13% | 0.69% | - |
| HSV(B) | 3º | 0.11% | 0.73% | - |
| XYZ | 40.44 | 40.3 | 41.25 | - |
| YUV | 171.57 | 124.29 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 166 | 165 | 0 | 0.10 | 0.11 | 0.27 | 3 | 0.13 | 0.69 |
| Hex | B9 | A6 | A5 | 0 | A | B | 1B | 3 | C | 45 |
| Octal | 271 | 246 | 245 | 0 | 12 | 13 | 33 | 3 | 14 | 105 |
| Binary | 10111001 | 10100110 | 10100101 | 0 | 1010 | 1011 | 11011 | 11 | 1100 | 1000101 |
Color Harmonies of #B9A6A5
Complementary color
Monochromatic Colors of #B9A6A5
Black with #B9A6A5
Text Example
Text Example
White with #B9A6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A6A5; }
p { color: rgb(185,166,165); }
H1.HeaderClassName
{
color: #B9A6A5;
}
.AnyTagClassName
{
color: #B9A6A5;
}
</style>
background-color css
<style>
a { background-color: #B9A6A5; }
a { background-color: rgb(185,166,165); }
div.DivClassName
{
background-color: #B9A6A5;
}
.BgClassName
{
background-color: #B9A6A5;
}
</style>
border-color css
<style>
span { border-color: #B9A6A5; }
span { border-color: rgb(185,166,165); }
td.TdClassName
{
border-color: #B9A6A5;
}
.TagClassName
{
border-color: #B9A6A5;
}
</style>