#BEA9A2

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

Shades of Martini #BEA9A2

Tints of Martini #BEA9A2

Color information

#BEA9A2 (or 0xBEA9A2) is unknown color: approx Martini. HEX triplet: BE, A9 and A2. RGB value is (190,169,162). Sum of RGB (Red+Green+Blue) = 190+169+162=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA9A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA9A2 is #41565D. Grayscale: #AEAEAE. Windows color (decimal): -4281950 or 10660286. OLE color: 10660286.

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

Color convert

RGB190169162-
CMYK00.110.150.25
HSL15º17.72%69.02%-
HSV(B)15º14.74%74.51%-
XYZ41.9441.9340.07-
YUV174.48120.96139.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 169 (66.41% from 255) = 32.44%
BLUE value IS 162 (63.67% from 255) = 31.09%
R=36.47%
G=32.44%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016916200.110.150.251517.7269.02
HexBEA9A20BF19f1245
Octal27625124201317311722105
Binary101111101010100110100010010111111110011111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA9A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA9A2; }

 p { color: rgb(190,169,162); }

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

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

 a { background-color: rgb(190,169,162); }

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

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

 span { border-color: rgb(190,169,162); }

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