#BCA6A3

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

Shades of Martini #BCA6A3

Tints of Martini #BCA6A3

Color information

#BCA6A3 (or 0xBCA6A3) is unknown color: approx Martini. HEX triplet: BC, A6 and A3. RGB value is (188,166,163). Sum of RGB (Red+Green+Blue) = 188+166+163=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 163 (64.06% from 255 or 31.53% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA6A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA6A3 is #43595C. Grayscale: #ACACAC. Windows color (decimal): -4413789 or 10725052. OLE color: 10725052.

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

Color convert

RGB188166163-
CMYK00.120.130.26
HSL7.2º15.72%68.82%-
HSV(B)7.2º13.3%73.73%-
XYZ40.9940.6140.33-
YUV172.24122.79139.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 166 (65.23% from 255) = 32.11%
BLUE value IS 163 (64.06% from 255) = 31.53%
R=36.36%
G=32.11%
B=31.53%

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
Decimal18816616300.120.130.267.215.7268.82
HexBCA6A30CD1A71045
Octal2742462430141532720105
Binary10111100101001101010001101100110111010111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA6A3; }

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

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

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

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

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

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

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

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