#BCA09D

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

Shades of Martini #BCA09D

Tints of Martini #BCA09D

Color information

#BCA09D (or 0xBCA09D) is unknown color: approx Martini. HEX triplet: BC, A0 and 9D. RGB value is (188,160,157). Sum of RGB (Red+Green+Blue) = 188+160+157=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA09D is #435F62. Grayscale: #A8A8A8. Windows color (decimal): -4415331 or 10330300. OLE color: 10330300.

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

Color convert

RGB188160157-
CMYK00.150.160.26
HSL5.81º18.79%67.65%-
HSV(B)5.81º16.49%73.73%-
XYZ39.438.2737.21-
YUV168.03121.78142.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.23%
GREEN value IS 160 (62.89% from 255) = 31.68%
BLUE value IS 157 (61.72% from 255) = 31.09%
R=37.23%
G=31.68%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816015700.150.160.265.8118.7967.65
HexBCA09D0F101A61344
Octal2742402350172032623104
Binary101111001010000010011101011111000011010110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA09D; }

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

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

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

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

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

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

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

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