#BCABA4

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

Shades of Martini #BCABA4

Tints of Martini #BCABA4

Color information

#BCABA4 (or 0xBCABA4) is unknown color: approx Martini. HEX triplet: BC, AB and A4. RGB value is (188,171,164). Sum of RGB (Red+Green+Blue) = 188+171+164=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCABA4 is #43545B. Grayscale: #AFAFAF. Windows color (decimal): -4412508 or 10791868. OLE color: 10791868.

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

Color convert

RGB188171164-
CMYK00.090.130.26
HSL17.5º15.19%69.02%-
HSV(B)17.5º12.77%73.73%-
XYZ4242.541.11-
YUV175.28121.63137.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 171 (67.19% from 255) = 32.70%
BLUE value IS 164 (64.45% from 255) = 31.36%
R=35.95%
G=32.70%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817116400.090.130.2617.515.1969.02
HexBCABA409D1A12f45
Octal27425324401115322217105
Binary101111001010101110100100010011101110101001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABA4; }

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

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

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

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

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

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

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

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