#B4ACAC

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

Shades of Dark Gray #B4ACAC

Tints of Dark Gray #B4ACAC

Color information

#B4ACAC (or 0xB4ACAC) is unknown color: approx Dark Gray. HEX triplet: B4, AC and AC. RGB value is (180,172,172). Sum of RGB (Red+Green+Blue) = 180+172+172=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ACAC is #4B5353. Grayscale: #AEAEAE. Windows color (decimal): -4936532 or 11316404. OLE color: 11316404.

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

Color convert

RGB180172172-
CMYK00.040.040.29
HSL5.06%69.02%-
HSV(B)4.44%70.59%-
XYZ41.0242.1945.01-
YUV174.39126.65132-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.35%
GREEN value IS 172 (67.58% from 255) = 32.82%
BLUE value IS 172 (67.58% from 255) = 32.82%
R=34.35%
G=32.82%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017217200.040.040.2905.0669.02
HexB4ACAC0441D0545
Octal2642542540443505105
Binary10110100101011001010110001001001110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ACAC; }

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

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

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

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

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

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

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

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