#BEA69F

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

Shades of Martini #BEA69F

Tints of Martini #BEA69F

Color information

#BEA69F (or 0xBEA69F) is unknown color: approx Martini. HEX triplet: BE, A6 and 9F. RGB value is (190,166,159). Sum of RGB (Red+Green+Blue) = 190+166+159=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA69F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA69F is #415960. Grayscale: #ACACAC. Windows color (decimal): -4282721 or 10462910. OLE color: 10462910.

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

Color convert

RGB190166159-
CMYK00.130.160.25
HSL13.55º19.25%68.43%-
HSV(B)13.55º16.32%74.51%-
XYZ41.1340.7238.49-
YUV172.38120.45140.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.89%
GREEN value IS 166 (65.23% from 255) = 32.23%
BLUE value IS 159 (62.5% from 255) = 30.87%
R=36.89%
G=32.23%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016615900.130.160.2513.5519.2568.43
HexBEA69F0D1019e1344
Octal27624623701520311623104
Binary1011111010100110100111110110110000110011110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA69F; }

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

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

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

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

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

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

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

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