#BCA79D

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

Shades of Martini #BCA79D

Tints of Martini #BCA79D

Color information

#BCA79D (or 0xBCA79D) is unknown color: approx Martini. HEX triplet: BC, A7 and 9D. RGB value is (188,167,157). Sum of RGB (Red+Green+Blue) = 188+167+157=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA79D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA79D is #435862. Grayscale: #ACACAC. Windows color (decimal): -4413539 or 10332092. OLE color: 10332092.

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

Color convert

RGB188167157-
CMYK00.110.160.26
HSL19.35º18.79%67.65%-
HSV(B)19.35º16.49%73.73%-
XYZ40.6440.7637.62-
YUV172.14119.46139.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.72%
GREEN value IS 167 (65.62% from 255) = 32.62%
BLUE value IS 157 (61.72% from 255) = 30.66%
R=36.72%
G=32.62%
B=30.66%

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
Decimal18816715700.110.160.2619.3518.7967.65
HexBCA79D0B101A131344
Octal27424723501320322323104
Binary10111100101001111001110101011100001101010011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA79D; }

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

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

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

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

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

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

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

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