#BCA39F

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

Shades of Martini #BCA39F

Tints of Martini #BCA39F

Color information

#BCA39F (or 0xBCA39F) is unknown color: approx Martini. HEX triplet: BC, A3 and 9F. RGB value is (188,163,159). Sum of RGB (Red+Green+Blue) = 188+163+159=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA39F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA39F is #435C60. Grayscale: #AAAAAA. Windows color (decimal): -4414561 or 10462140. OLE color: 10462140.

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

Color convert

RGB188163159-
CMYK00.130.150.26
HSL8.28º17.79%68.04%-
HSV(B)8.28º15.43%73.73%-
XYZ40.0939.3938.29-
YUV170.02121.78140.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.86%
GREEN value IS 163 (64.06% from 255) = 31.96%
BLUE value IS 159 (62.5% from 255) = 31.18%
R=36.86%
G=31.96%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816315900.130.150.268.2817.7968.04
HexBCA39F0DF1A81244
Octal27424323701517321022104
Binary101111001010001110011111011011111110101000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA39F; }

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

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

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

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

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

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

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

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