#BCA59D

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

Shades of Martini #BCA59D

Tints of Martini #BCA59D

Color information

#BCA59D (or 0xBCA59D) is unknown color: approx Martini. HEX triplet: BC, A5 and 9D. RGB value is (188,165,157). Sum of RGB (Red+Green+Blue) = 188+165+157=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA59D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA59D is #435A62. Grayscale: #ABABAB. Windows color (decimal): -4414051 or 10331580. OLE color: 10331580.

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

Color convert

RGB188165157-
CMYK00.120.160.26
HSL15.48º18.79%67.65%-
HSV(B)15.48º16.49%73.73%-
XYZ40.2840.0437.5-
YUV170.96120.12140.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.86%
GREEN value IS 165 (64.84% from 255) = 32.35%
BLUE value IS 157 (61.72% from 255) = 30.78%
R=36.86%
G=32.35%
B=30.78%

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
Decimal18816515700.120.160.2615.4818.7967.65
HexBCA59D0C101Af1344
Octal27424523501420321723104
Binary1011110010100101100111010110010000110101111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA59D; }

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

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

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

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

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

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

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

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