#BCA39C

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

Shades of Martini #BCA39C

Tints of Martini #BCA39C

Color information

#BCA39C (or 0xBCA39C) is unknown color: approx Martini. HEX triplet: BC, A3 and 9C. RGB value is (188,163,156). Sum of RGB (Red+Green+Blue) = 188+163+156=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA39C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA39C is #435C63. Grayscale: #A9A9A9. Windows color (decimal): -4414564 or 10265532. OLE color: 10265532.

HSL color Cylindrical-coordinate representation of color #BCA39C: hue angle of 13.13º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCA39C is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB188163156-
CMYK00.130.170.26
HSL13.13º19.28%67.45%-
HSV(B)13.13º17.02%73.73%-
XYZ39.8439.2936.94-
YUV169.68120.28141.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.08%
GREEN value IS 163 (64.06% from 255) = 32.15%
BLUE value IS 156 (61.33% from 255) = 30.77%
R=37.08%
G=32.15%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816315600.130.170.2613.1319.2867.45
HexBCA39C0D111Ad1343
Octal27424323401521321523103
Binary1011110010100011100111000110110001110101101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA39C; }

 p { color: rgb(188,163,156); }

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

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

 a { background-color: rgb(188,163,156); }

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

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

 span { border-color: rgb(188,163,156); }

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