#BCA69E

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

Shades of Martini #BCA69E

Tints of Martini #BCA69E

Color information

#BCA69E (or 0xBCA69E) is unknown color: approx Martini. HEX triplet: BC, A6 and 9E. RGB value is (188,166,158). Sum of RGB (Red+Green+Blue) = 188+166+158=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA69E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA69E is #435961. Grayscale: #ABABAB. Windows color (decimal): -4413794 or 10397372. OLE color: 10397372.

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

Color convert

RGB188166158-
CMYK00.120.160.26
HSL16º18.29%67.84%-
HSV(B)16º15.96%73.73%-
XYZ40.5540.4338.01-
YUV171.67120.29139.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.72%
GREEN value IS 166 (65.23% from 255) = 32.42%
BLUE value IS 158 (62.11% from 255) = 30.86%
R=36.72%
G=32.42%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816615800.120.160.261618.2967.84
HexBCA69E0C101A101244
Octal27424623601420322022104
Binary10111100101001101001111001100100001101010000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA69E; }

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

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

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

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

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

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

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

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