#BCA9A5

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

Shades of Martini #BCA9A5

Tints of Martini #BCA9A5

Color information

#BCA9A5 (or 0xBCA9A5) is unknown color: approx Martini. HEX triplet: BC, A9 and A5. RGB value is (188,169,165). Sum of RGB (Red+Green+Blue) = 188+169+165=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA9A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA9A5 is #43565A. Grayscale: #AEAEAE. Windows color (decimal): -4413019 or 10856892. OLE color: 10856892.

HSL color Cylindrical-coordinate representation of color #BCA9A5: hue angle of 10.43º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCA9A5 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB188169165-
CMYK00.100.120.26
HSL10.43º14.65%69.22%-
HSV(B)10.43º12.23%73.73%-
XYZ41.7241.7841.46-
YUV174.22122.79137.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.02%
GREEN value IS 169 (66.41% from 255) = 32.38%
BLUE value IS 165 (64.84% from 255) = 31.61%
R=36.02%
G=32.38%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816916500.100.120.2610.4314.6569.22
HexBCA9A50AC1Aaf45
Octal27425124501214321217105
Binary10111100101010011010010101010110011010101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA9A5; }

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

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

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

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

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

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

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

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