Shades of Dark Gray #B1AFAF
Tints of Dark Gray #B1AFAF
RGB
CMYK
RGB Variations
Color information
#B1AFAF (or 0xB1AFAF) is known color: Dark Gray. HEX triplet: B1, AF and AF. RGB value is (177,175,175). Sum of RGB (Red+Green+Blue) = 177+175+175=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AFAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AFAF is #4E5050. Grayscale: #AFAFAF. Windows color (decimal): -5132369 or 11513777. OLE color: 11513777.
HSL color Cylindrical-coordinate representation of color #B1AFAF: hue angle of 0º degrees, saturation: 0.01, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #B1AFAF is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 175 | 175 | - |
| CMYK | 0 | 0.01 | 0.01 | 0.31 |
| HSL | 0º | 0.01% | 0.69% | - |
| HSV(B) | 0º | 0.01% | 0.69% | - |
| XYZ | 41.2 | 43.1 | 46.71 | - |
| YUV | 175.6 | 127.66 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 175 | 175 | 0 | 0.01 | 0.01 | 0.31 | 0 | 0.01 | 0.69 |
| Hex | B1 | AF | AF | 0 | 1 | 1 | 1F | 0 | 1 | 45 |
| Octal | 261 | 257 | 257 | 0 | 1 | 1 | 37 | 0 | 1 | 105 |
| Binary | 10110001 | 10101111 | 10101111 | 0 | 1 | 1 | 11111 | 0 | 1 | 1000101 |
Color Harmonies of #B1AFAF
Complementary color
Monochromatic Colors of #B1AFAF
Black with #B1AFAF
Text Example
Text Example
White with #B1AFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AFAF; }
p { color: rgb(177,175,175); }
H1.HeaderClassName
{
color: #B1AFAF;
}
.AnyTagClassName
{
color: #B1AFAF;
}
</style>
background-color css
<style>
a { background-color: #B1AFAF; }
a { background-color: rgb(177,175,175); }
div.DivClassName
{
background-color: #B1AFAF;
}
.BgClassName
{
background-color: #B1AFAF;
}
</style>
border-color css
<style>
span { border-color: #B1AFAF; }
span { border-color: rgb(177,175,175); }
td.TdClassName
{
border-color: #B1AFAF;
}
.TagClassName
{
border-color: #B1AFAF;
}
</style>