#BCA8A4

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

Shades of Martini #BCA8A4

Tints of Martini #BCA8A4

Color information

#BCA8A4 (or 0xBCA8A4) is unknown color: approx Martini. HEX triplet: BC, A8 and A4. RGB value is (188,168,164). Sum of RGB (Red+Green+Blue) = 188+168+164=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA8A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA8A4 is #43575B. Grayscale: #ADADAD. Windows color (decimal): -4413276 or 10791100. OLE color: 10791100.

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

Color convert

RGB188168164-
CMYK00.110.130.26
HSL10º15.19%69.02%-
HSV(B)10º12.77%73.73%-
XYZ41.4441.3840.92-
YUV173.52122.63138.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 168 (66.02% from 255) = 32.31%
BLUE value IS 164 (64.45% from 255) = 31.54%
R=36.15%
G=32.31%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816816400.110.130.261015.1969.02
HexBCA8A40BD1Aaf45
Octal27425024401315321217105
Binary10111100101010001010010001011110111010101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA8A4; }

 p { color: rgb(188,168,164); }

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

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

 a { background-color: rgb(188,168,164); }

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

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

 span { border-color: rgb(188,168,164); }

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