#BEACA6

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

Shades of Martini #BEACA6

Tints of Martini #BEACA6

Color information

#BEACA6 (or 0xBEACA6) is unknown color: approx Martini. HEX triplet: BE, AC and A6. RGB value is (190,172,166). Sum of RGB (Red+Green+Blue) = 190+172+166=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 190 - color contains mainly: red. Hex color #BEACA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEACA6 is #415359. Grayscale: #B0B0B0. Windows color (decimal): -4281178 or 10923198. OLE color: 10923198.

HSL color Cylindrical-coordinate representation of color #BEACA6: hue angle of 15º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEACA6 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB190172166-
CMYK00.090.130.25
HSL15º15.58%69.8%-
HSV(B)15º12.63%74.51%-
XYZ42.8743.2142.16-
YUV176.7121.96137.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 172 (67.58% from 255) = 32.58%
BLUE value IS 166 (65.23% from 255) = 31.44%
R=35.98%
G=32.58%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017216600.090.130.251515.5869.8
HexBEACA609D19f1046
Octal27625424601115311720106
Binary101111101010110010100110010011101110011111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEACA6; }

 p { color: rgb(190,172,166); }

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

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

 a { background-color: rgb(190,172,166); }

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

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

 span { border-color: rgb(190,172,166); }

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