#BCA5A4

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

Shades of Martini #BCA5A4

Tints of Martini #BCA5A4

Color information

#BCA5A4 (or 0xBCA5A4) is unknown color: approx Martini. HEX triplet: BC, A5 and A4. RGB value is (188,165,164). Sum of RGB (Red+Green+Blue) = 188+165+164=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA5A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA5A4 is #435A5B. Grayscale: #ABABAB. Windows color (decimal): -4414044 or 10790332. OLE color: 10790332.

HSL color Cylindrical-coordinate representation of color #BCA5A4: hue angle of 2.5º degrees, saturation: 0.15, 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 #BCA5A4 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB188165164-
CMYK00.120.130.26
HSL2.5º15.19%69.02%-
HSV(B)2.5º12.77%73.73%-
XYZ40.940.2840.74-
YUV171.76123.62139.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 165 (64.84% from 255) = 31.91%
BLUE value IS 164 (64.45% from 255) = 31.72%
R=36.36%
G=31.91%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816516400.120.130.262.515.1969.02
HexBCA5A40CD1A3f45
Octal2742452440141532317105
Binary101111001010010110100100011001101110101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA5A4; }

 p { color: rgb(188,165,164); }

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

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

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

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

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

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

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