#BCA29F

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

Shades of Martini #BCA29F

Tints of Martini #BCA29F

Color information

#BCA29F (or 0xBCA29F) is unknown color: approx Martini. HEX triplet: BC, A2 and 9F. RGB value is (188,162,159). Sum of RGB (Red+Green+Blue) = 188+162+159=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA29F is #435D60. Grayscale: #A9A9A9. Windows color (decimal): -4414817 or 10461884. OLE color: 10461884.

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

Color convert

RGB188162159-
CMYK00.140.150.26
HSL6.21º17.79%68.04%-
HSV(B)6.21º15.43%73.73%-
XYZ39.9239.0438.23-
YUV169.43122.11141.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.94%
GREEN value IS 162 (63.67% from 255) = 31.83%
BLUE value IS 159 (62.5% from 255) = 31.24%
R=36.94%
G=31.83%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816215900.140.150.266.2117.7968.04
HexBCA29F0EF1A61244
Octal2742422370161732622104
Binary10111100101000101001111101110111111010110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA29F; }

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

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

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

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

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

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

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

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