#BCA79E

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

Shades of Martini #BCA79E

Tints of Martini #BCA79E

Color information

#BCA79E (or 0xBCA79E) is unknown color: approx Martini. HEX triplet: BC, A7 and 9E. RGB value is (188,167,158). Sum of RGB (Red+Green+Blue) = 188+167+158=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 167 (65.62% from 255 or 32.55% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA79E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA79E is #435861. Grayscale: #ACACAC. Windows color (decimal): -4413538 or 10397628. OLE color: 10397628.

HSL color Cylindrical-coordinate representation of color #BCA79E: hue angle of 18º degrees, saturation: 0.18, 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 #BCA79E is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB188167158-
CMYK00.110.160.26
HSL18º18.29%67.84%-
HSV(B)18º15.96%73.73%-
XYZ40.7340.838.08-
YUV172.25119.96139.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.65%
GREEN value IS 167 (65.62% from 255) = 32.55%
BLUE value IS 158 (62.11% from 255) = 30.80%
R=36.65%
G=32.55%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816715800.110.160.261818.2967.84
HexBCA79E0B101A121244
Octal27424723601320322222104
Binary10111100101001111001111001011100001101010010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA79E; }

 p { color: rgb(188,167,158); }

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

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

 a { background-color: rgb(188,167,158); }

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

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

 span { border-color: rgb(188,167,158); }

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