#BEA49D

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

Shades of Martini #BEA49D

Tints of Martini #BEA49D

Color information

#BEA49D (or 0xBEA49D) is unknown color: approx Martini. HEX triplet: BE, A4 and 9D. RGB value is (190,164,157). Sum of RGB (Red+Green+Blue) = 190+164+157=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA49D is #415B62. Grayscale: #ABABAB. Windows color (decimal): -4283235 or 10331326. OLE color: 10331326.

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

Color convert

RGB190164157-
CMYK00.140.170.25
HSL12.73º20.25%68.04%-
HSV(B)12.73º17.37%74.51%-
XYZ40.639.9337.47-
YUV170.98120.11141.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.18%
GREEN value IS 164 (64.45% from 255) = 32.09%
BLUE value IS 157 (61.72% from 255) = 30.72%
R=37.18%
G=32.09%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016415700.140.170.2512.7320.2568.04
HexBEA49D0E1119d1444
Octal27624423501621311524104
Binary1011111010100100100111010111010001110011101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA49D; }

 p { color: rgb(190,164,157); }

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

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

 a { background-color: rgb(190,164,157); }

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

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

 span { border-color: rgb(190,164,157); }

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