#BEA4A1

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

Shades of Martini #BEA4A1

Tints of Martini #BEA4A1

Color information

#BEA4A1 (or 0xBEA4A1) is unknown color: approx Martini. HEX triplet: BE, A4 and A1. RGB value is (190,164,161). Sum of RGB (Red+Green+Blue) = 190+164+161=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA4A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA4A1 is #415B5E. Grayscale: #ABABAB. Windows color (decimal): -4283231 or 10593470. OLE color: 10593470.

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

Color convert

RGB190164161-
CMYK00.140.150.25
HSL6.21º18.24%68.82%-
HSV(B)6.21º15.26%74.51%-
XYZ40.9440.0739.29-
YUV171.43122.11141.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.89%
GREEN value IS 164 (64.45% from 255) = 31.84%
BLUE value IS 161 (63.28% from 255) = 31.26%
R=36.89%
G=31.84%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016416100.140.150.256.2118.2468.82
HexBEA4A10EF1961245
Octal2762442410161731622105
Binary10111110101001001010000101110111111001110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA4A1; }

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

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

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

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

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

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

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

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