#BCABA7

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

Shades of Martini #BCABA7

Tints of Martini #BCABA7

Color information

#BCABA7 (or 0xBCABA7) is unknown color: approx Martini. HEX triplet: BC, AB and A7. RGB value is (188,171,167). Sum of RGB (Red+Green+Blue) = 188+171+167=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 167 (65.62% from 255 or 31.75% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCABA7 is #435458. Grayscale: #AFAFAF. Windows color (decimal): -4412505 or 10988476. OLE color: 10988476.

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

Color convert

RGB188171167-
CMYK00.090.110.26
HSL11.43º13.55%69.61%-
HSV(B)11.43º11.17%73.73%-
XYZ42.2842.6142.55-
YUV175.63123.13136.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 171 (67.19% from 255) = 32.51%
BLUE value IS 167 (65.62% from 255) = 31.75%
R=35.74%
G=32.51%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817116700.090.110.2611.4313.5569.61
HexBCABA709B1Abe46
Octal27425324701113321316106
Binary10111100101010111010011101001101111010101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABA7; }

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

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

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

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

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

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

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

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