#BCA69C

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

Shades of Martini #BCA69C

Tints of Martini #BCA69C

Color information

#BCA69C (or 0xBCA69C) is unknown color: approx Martini. HEX triplet: BC, A6 and 9C. RGB value is (188,166,156). Sum of RGB (Red+Green+Blue) = 188+166+156=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA69C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA69C is #435963. Grayscale: #ABABAB. Windows color (decimal): -4413796 or 10266300. OLE color: 10266300.

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

Color convert

RGB188166156-
CMYK00.120.170.26
HSL18.75º19.28%67.45%-
HSV(B)18.75º17.02%73.73%-
XYZ40.3840.3637.12-
YUV171.44119.29139.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.86%
GREEN value IS 166 (65.23% from 255) = 32.55%
BLUE value IS 156 (61.33% from 255) = 30.59%
R=36.86%
G=32.55%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816615600.120.170.2618.7519.2867.45
HexBCA69C0C111A131343
Octal27424623401421322323103
Binary10111100101001101001110001100100011101010011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA69C; }

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

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

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

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

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

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

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

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