#BCA6A5

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

Shades of Martini #BCA6A5

Tints of Martini #BCA6A5

Color information

#BCA6A5 (or 0xBCA6A5) is unknown color: approx Martini. HEX triplet: BC, A6 and A5. RGB value is (188,166,165). Sum of RGB (Red+Green+Blue) = 188+166+165=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA6A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA6A5 is #43595A. Grayscale: #ACACAC. Windows color (decimal): -4413787 or 10856124. OLE color: 10856124.

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

Color convert

RGB188166165-
CMYK00.120.120.26
HSL2.61º14.65%69.22%-
HSV(B)2.61º12.23%73.73%-
XYZ41.1740.6841.28-
YUV172.46123.79139.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.22%
GREEN value IS 166 (65.23% from 255) = 31.98%
BLUE value IS 165 (64.84% from 255) = 31.79%
R=36.22%
G=31.98%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816616500.120.120.262.6114.6569.22
HexBCA6A50CC1A3f45
Octal2742462450141432317105
Binary101111001010011010100101011001100110101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA6A5; }

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

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

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

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

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

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

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

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