#BEA9A6

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

Shades of Martini #BEA9A6

Tints of Martini #BEA9A6

Color information

#BEA9A6 (or 0xBEA9A6) is unknown color: approx Martini. HEX triplet: BE, A9 and A6. RGB value is (190,169,166). Sum of RGB (Red+Green+Blue) = 190+169+166=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA9A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA9A6 is #415659. Grayscale: #AEAEAE. Windows color (decimal): -4281946 or 10922430. OLE color: 10922430.

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

Color convert

RGB190169166-
CMYK00.110.130.25
HSL7.5º15.58%69.8%-
HSV(B)7.5º12.63%74.51%-
XYZ42.3142.0841.97-
YUV174.94122.96138.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.19%
GREEN value IS 169 (66.41% from 255) = 32.19%
BLUE value IS 166 (65.23% from 255) = 31.62%
R=36.19%
G=32.19%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016916600.110.130.257.515.5869.8
HexBEA9A60BD1981046
Octal27625124601315311020106
Binary101111101010100110100110010111101110011000100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA9A6; }

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

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

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

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

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

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

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

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