#B6ACAC

Color #B6ACAC Dark Gray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Gray #B6ACAC

Tints of Dark Gray #B6ACAC

Color information

#B6ACAC (or 0xB6ACAC) is unknown color: approx Dark Gray. HEX triplet: B6, AC and AC. RGB value is (182,172,172). Sum of RGB (Red+Green+Blue) = 182+172+172=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 182 - color contains mainly: red. Hex color #B6ACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6ACAC is #495353. Grayscale: #AFAFAF. Windows color (decimal): -4805460 or 11316406. OLE color: 11316406.

HSL color Cylindrical-coordinate representation of color #B6ACAC: hue angle of 0º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B6ACAC is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB182172172-
CMYK00.050.050.29
HSL6.41%69.41%-
HSV(B)5.49%71.37%-
XYZ41.4942.4345.03-
YUV174.99126.31133-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 34.60%
GREEN value IS 172 (67.58% from 255) = 32.70%
BLUE value IS 172 (67.58% from 255) = 32.70%
R=34.60%
G=32.70%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217217200.050.050.2906.4169.41
HexB6ACAC0551D0645
Octal2662542540553506105
Binary10110110101011001010110001011011110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ACAC; }

 p { color: rgb(182,172,172); }

 H1.HeaderClassName
 {
   color: #B6ACAC;
 }
 .AnyTagClassName
 {
   color: #B6ACAC;
 }
</style>
background-color css

<style>
 a { background-color: #B6ACAC; }

 a { background-color: rgb(182,172,172); }

 div.DivClassName
 {
   background-color: #B6ACAC;
 }
 .BgClassName
 {
   background-color: #B6ACAC;
 }
</style>
border-color css

<style>
 span { border-color: #B6ACAC; }

 span { border-color: rgb(182,172,172); }

 td.TdClassName
 {
   border-color: #B6ACAC;
 }
 .TagClassName
 {
   border-color: #B6ACAC;
 }
</style>