#BCA69F

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

Shades of Martini #BCA69F

Tints of Martini #BCA69F

Color information

#BCA69F (or 0xBCA69F) is unknown color: approx Martini. HEX triplet: BC, A6 and 9F. RGB value is (188,166,159). Sum of RGB (Red+Green+Blue) = 188+166+159=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA69F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA69F is #435960. Grayscale: #ABABAB. Windows color (decimal): -4413793 or 10462908. OLE color: 10462908.

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

Color convert

RGB188166159-
CMYK00.120.150.26
HSL14.48º17.79%68.04%-
HSV(B)14.48º15.43%73.73%-
XYZ40.6340.4738.47-
YUV171.78120.79139.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.65%
GREEN value IS 166 (65.23% from 255) = 32.36%
BLUE value IS 159 (62.5% from 255) = 30.99%
R=36.65%
G=32.36%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816615900.120.150.2614.4817.7968.04
HexBCA69F0CF1Ae1244
Octal27424623701417321622104
Binary101111001010011010011111011001111110101110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA69F; }

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

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

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

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

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

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

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

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