#BEA19E

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

Shades of Martini #BEA19E

Tints of Martini #BEA19E

Color information

#BEA19E (or 0xBEA19E) is unknown color: approx Martini. HEX triplet: BE, A1 and 9E. RGB value is (190,161,158). Sum of RGB (Red+Green+Blue) = 190+161+158=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA19E is #415E61. Grayscale: #A9A9A9. Windows color (decimal): -4284002 or 10396094. OLE color: 10396094.

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

Color convert

RGB190161158-
CMYK00.150.170.25
HSL5.63º19.75%68.24%-
HSV(B)5.63º16.84%74.51%-
XYZ40.1538.9137.74-
YUV169.33121.61142.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.33%
GREEN value IS 161 (63.28% from 255) = 31.63%
BLUE value IS 158 (62.11% from 255) = 31.04%
R=37.33%
G=31.63%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016115800.150.170.255.6319.7568.24
HexBEA19E0F111961444
Octal2762412360172131624104
Binary101111101010000110011110011111000111001110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA19E; }

 p { color: rgb(190,161,158); }

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

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

 a { background-color: rgb(190,161,158); }

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

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

 span { border-color: rgb(190,161,158); }

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