#BEA8A6

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

Shades of Martini #BEA8A6

Tints of Martini #BEA8A6

Color information

#BEA8A6 (or 0xBEA8A6) is unknown color: approx Martini. HEX triplet: BE, A8 and A6. RGB value is (190,168,166). Sum of RGB (Red+Green+Blue) = 190+168+166=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA8A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA8A6 is #415759. Grayscale: #AEAEAE. Windows color (decimal): -4282202 or 10922174. OLE color: 10922174.

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

Color convert

RGB190168166-
CMYK00.120.130.25
HSL15.58%69.8%-
HSV(B)12.63%74.51%-
XYZ42.1241.7141.91-
YUV174.35123.29139.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.26%
GREEN value IS 168 (66.02% from 255) = 32.06%
BLUE value IS 166 (65.23% from 255) = 31.68%
R=36.26%
G=32.06%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016816600.120.130.25515.5869.8
HexBEA8A60CD1951046
Octal2762502460141531520106
Binary10111110101010001010011001100110111001101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA8A6; }

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

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

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

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

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

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

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

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