#BCA4A3

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

Shades of Martini #BCA4A3

Tints of Martini #BCA4A3

Color information

#BCA4A3 (or 0xBCA4A3) is unknown color: approx Martini. HEX triplet: BC, A4 and A3. RGB value is (188,164,163). Sum of RGB (Red+Green+Blue) = 188+164+163=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 163 (64.06% from 255 or 31.65% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA4A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA4A3 is #435B5C. Grayscale: #ABABAB. Windows color (decimal): -4414301 or 10724540. OLE color: 10724540.

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

Color convert

RGB188164163-
CMYK00.130.130.26
HSL2.4º15.72%68.82%-
HSV(B)2.4º13.3%73.73%-
XYZ40.6339.8940.21-
YUV171.06123.45140.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.50%
GREEN value IS 164 (64.45% from 255) = 31.84%
BLUE value IS 163 (64.06% from 255) = 31.65%
R=36.50%
G=31.84%
B=31.65%

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
Decimal18816416300.130.130.262.415.7268.82
HexBCA4A30DD1A21045
Octal2742442430151532220105
Binary1011110010100100101000110110111011101010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA4A3; }

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

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

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

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

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

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

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

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