#BEAEA6

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

Shades of Martini #BEAEA6

Tints of Martini #BEAEA6

Color information

#BEAEA6 (or 0xBEAEA6) is unknown color: approx Martini. HEX triplet: BE, AE and A6. RGB value is (190,174,166). Sum of RGB (Red+Green+Blue) = 190+174+166=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAEA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAEA6 is #415159. Grayscale: #B1B1B1. Windows color (decimal): -4280666 or 10923710. OLE color: 10923710.

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

Color convert

RGB190174166-
CMYK00.080.130.25
HSL20º15.58%69.8%-
HSV(B)20º12.63%74.51%-
XYZ43.2543.9742.28-
YUV177.87121.3136.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 174 (68.36% from 255) = 32.83%
BLUE value IS 166 (65.23% from 255) = 31.32%
R=35.85%
G=32.83%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017416600.080.130.252015.5869.8
HexBEAEA608D19141046
Octal27625624601015312420106
Binary1011111010101110101001100100011011100110100100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEA6; }

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

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

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

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

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

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

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

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