#BDA4A4

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

Shades of Dark Gray #BDA4A4

Tints of Dark Gray #BDA4A4

Color information

#BDA4A4 (or 0xBDA4A4) is unknown color: approx Dark Gray. HEX triplet: BD, A4 and A4. RGB value is (189,164,164). Sum of RGB (Red+Green+Blue) = 189+164+164=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA4A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA4A4 is #425B5B. Grayscale: #ABABAB. Windows color (decimal): -4348764 or 10790077. OLE color: 10790077.

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

Color convert

RGB189164164-
CMYK00.130.130.26
HSL15.92%69.22%-
HSV(B)13.23%74.12%-
XYZ40.9640.0540.69-
YUV171.48123.78140.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.56%
GREEN value IS 164 (64.45% from 255) = 31.72%
BLUE value IS 164 (64.45% from 255) = 31.72%
R=36.56%
G=31.72%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916416400.130.130.26015.9269.22
HexBDA4A40DD1A01045
Octal2752442440151532020105
Binary101111011010010010100100011011101110100100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA4A4; }

 p { color: rgb(189,164,164); }

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

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

 a { background-color: rgb(189,164,164); }

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

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

 span { border-color: rgb(189,164,164); }

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