#BCA49D

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

Shades of Martini #BCA49D

Tints of Martini #BCA49D

Color information

#BCA49D (or 0xBCA49D) is unknown color: approx Martini. HEX triplet: BC, A4 and 9D. RGB value is (188,164,157). Sum of RGB (Red+Green+Blue) = 188+164+157=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA49D is #435B62. Grayscale: #AAAAAA. Windows color (decimal): -4414307 or 10331324. OLE color: 10331324.

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

Color convert

RGB188164157-
CMYK00.130.160.26
HSL13.55º18.79%67.65%-
HSV(B)13.55º16.49%73.73%-
XYZ40.139.6837.44-
YUV170.38120.45140.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.94%
GREEN value IS 164 (64.45% from 255) = 32.22%
BLUE value IS 157 (61.72% from 255) = 30.84%
R=36.94%
G=32.22%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816415700.130.160.2613.5518.7967.65
HexBCA49D0D101Ae1344
Octal27424423501520321623104
Binary1011110010100100100111010110110000110101110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA49D; }

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

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

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

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

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

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

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

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