Shades of Dark Gray #B0ACAC
Tints of Dark Gray #B0ACAC
RGB
CMYK
RGB Variations
Color information
#B0ACAC (or 0xB0ACAC) is known color: Dark Gray. HEX triplet: B0, AC and AC. RGB value is (176,172,172). Sum of RGB (Red+Green+Blue) = 176+172+172=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 176 - color contains mainly: red. Hex color #B0ACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0ACAC is #4F5353. Grayscale: #ADADAD. Windows color (decimal): -5198676 or 11316400. OLE color: 11316400.
HSL color Cylindrical-coordinate representation of color #B0ACAC: hue angle of 0º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B0ACAC is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
RGB | 176 | 172 | 172 | - |
CMYK | 0 | 0.02 | 0.02 | 0.31 |
HSL | 0º | 0.02% | 0.68% | - |
HSV(B) | 0º | 0.02% | 0.69% | - |
XYZ | 40.1 | 41.71 | 44.97 | - |
YUV | 173.2 | 127.33 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 172 | 172 | 0 | 0.02 | 0.02 | 0.31 | 0 | 0.02 | 0.68 |
Hex | B0 | AC | AC | 0 | 2 | 2 | 1F | 0 | 2 | 44 |
Octal | 260 | 254 | 254 | 0 | 2 | 2 | 37 | 0 | 2 | 104 |
Binary | 10110000 | 10101100 | 10101100 | 0 | 10 | 10 | 11111 | 0 | 10 | 1000100 |
Color Harmonies of #B0ACAC
Complementary color
Monochromatic Colors of #B0ACAC
Black with #B0ACAC
Text Example
Text Example
White with #B0ACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ACAC; }
p { color: rgb(176,172,172); }
H1.HeaderClassName
{
color: #B0ACAC;
}
.AnyTagClassName
{
color: #B0ACAC;
}
</style>
background-color css
<style>
a { background-color: #B0ACAC; }
a { background-color: rgb(176,172,172); }
div.DivClassName
{
background-color: #B0ACAC;
}
.BgClassName
{
background-color: #B0ACAC;
}
</style>
border-color css
<style>
span { border-color: #B0ACAC; }
span { border-color: rgb(176,172,172); }
td.TdClassName
{
border-color: #B0ACAC;
}
.TagClassName
{
border-color: #B0ACAC;
}
</style>