#BEA4A0

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

Shades of Martini #BEA4A0

Tints of Martini #BEA4A0

Color information

#BEA4A0 (or 0xBEA4A0) is unknown color: approx Martini. HEX triplet: BE, A4 and A0. RGB value is (190,164,160). Sum of RGB (Red+Green+Blue) = 190+164+160=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA4A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA4A0 is #415B5F. Grayscale: #ABABAB. Windows color (decimal): -4283232 or 10527934. OLE color: 10527934.

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

Color convert

RGB190164160-
CMYK00.140.160.25
HSL18.75%68.63%-
HSV(B)15.79%74.51%-
XYZ40.8640.0438.83-
YUV171.32121.61141.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.96%
GREEN value IS 164 (64.45% from 255) = 31.91%
BLUE value IS 160 (62.89% from 255) = 31.13%
R=36.96%
G=31.91%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016416000.140.160.25818.7568.63
HexBEA4A00E101981345
Octal27624424001620311023105
Binary1011111010100100101000000111010000110011000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA4A0; }

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

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

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

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

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

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

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

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