Shades of Dark Gray #B6ABAB
Tints of Dark Gray #B6ABAB
RGB
CMYK
RGB Variations
Color information
#B6ABAB (or 0xB6ABAB) is known color: Dark Gray. HEX triplet: B6, AB and AB. RGB value is (182,171,171). Sum of RGB (Red+Green+Blue) = 182+171+171=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 182 - color contains mainly: red. Hex color #B6ABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6ABAB is #495454. Grayscale: #AEAEAE. Windows color (decimal): -4805717 or 11250614. OLE color: 11250614.
HSL color Cylindrical-coordinate representation of color #B6ABAB: hue angle of 0º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B6ABAB is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 171 | 171 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.29 |
| HSL | 0º | 0.07% | 0.69% | - |
| HSV(B) | 0º | 0.06% | 0.71% | - |
| XYZ | 41.21 | 42.01 | 44.47 | - |
| YUV | 174.29 | 126.14 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 171 | 171 | 0 | 0.06 | 0.06 | 0.29 | 0 | 0.07 | 0.69 |
| Hex | B6 | AB | AB | 0 | 6 | 6 | 1D | 0 | 7 | 45 |
| Octal | 266 | 253 | 253 | 0 | 6 | 6 | 35 | 0 | 7 | 105 |
| Binary | 10110110 | 10101011 | 10101011 | 0 | 110 | 110 | 11101 | 0 | 111 | 1000101 |
Color Harmonies of #B6ABAB
Complementary color
Monochromatic Colors of #B6ABAB
Black with #B6ABAB
Text Example
Text Example
White with #B6ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ABAB; }
p { color: rgb(182,171,171); }
H1.HeaderClassName
{
color: #B6ABAB;
}
.AnyTagClassName
{
color: #B6ABAB;
}
</style>
background-color css
<style>
a { background-color: #B6ABAB; }
a { background-color: rgb(182,171,171); }
div.DivClassName
{
background-color: #B6ABAB;
}
.BgClassName
{
background-color: #B6ABAB;
}
</style>
border-color css
<style>
span { border-color: #B6ABAB; }
span { border-color: rgb(182,171,171); }
td.TdClassName
{
border-color: #B6ABAB;
}
.TagClassName
{
border-color: #B6ABAB;
}
</style>