#BCA9A0

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

Shades of Martini #BCA9A0

Tints of Martini #BCA9A0

Color information

#BCA9A0 (or 0xBCA9A0) is unknown color: approx Martini. HEX triplet: BC, A9 and A0. RGB value is (188,169,160). Sum of RGB (Red+Green+Blue) = 188+169+160=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA9A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA9A0 is #43565F. Grayscale: #ADADAD. Windows color (decimal): -4413024 or 10529212. OLE color: 10529212.

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

Color convert

RGB188169160-
CMYK00.100.150.26
HSL19.29º17.28%68.24%-
HSV(B)19.29º14.89%73.73%-
XYZ41.2741.6139.11-
YUV173.66120.29138.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 169 (66.41% from 255) = 32.69%
BLUE value IS 160 (62.89% from 255) = 30.95%
R=36.36%
G=32.69%
B=30.95%

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
Decimal18816916000.100.150.2619.2917.2868.24
HexBCA9A00AF1A131144
Octal27425124001217322321104
Binary1011110010101001101000000101011111101010011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA9A0; }

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

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

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

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

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

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

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

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