#BCA99F

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

Shades of Martini #BCA99F

Tints of Martini #BCA99F

Color information

#BCA99F (or 0xBCA99F) is unknown color: approx Martini. HEX triplet: BC, A9 and 9F. RGB value is (188,169,159). Sum of RGB (Red+Green+Blue) = 188+169+159=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 169 (66.41% from 255 or 32.75% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA99F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA99F is #435660. Grayscale: #ADADAD. Windows color (decimal): -4413025 or 10463676. OLE color: 10463676.

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

Color convert

RGB188169159-
CMYK00.100.150.26
HSL20.69º17.79%68.04%-
HSV(B)20.69º15.43%73.73%-
XYZ41.1941.5738.65-
YUV173.54119.79138.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.43%
GREEN value IS 169 (66.41% from 255) = 32.75%
BLUE value IS 159 (62.5% from 255) = 30.81%
R=36.43%
G=32.75%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816915900.100.150.2620.6917.7968.04
HexBCA99F0AF1A151244
Octal27425123701217322522104
Binary1011110010101001100111110101011111101010101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA99F; }

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

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

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

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

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

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

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

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