#BEA7A5

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

Shades of Martini #BEA7A5

Tints of Martini #BEA7A5

Color information

#BEA7A5 (or 0xBEA7A5) is unknown color: approx Martini. HEX triplet: BE, A7 and A5. RGB value is (190,167,165). Sum of RGB (Red+Green+Blue) = 190+167+165=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 167 (65.62% from 255 or 31.99% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA7A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA7A5 is #41585A. Grayscale: #ADADAD. Windows color (decimal): -4282459 or 10856382. OLE color: 10856382.

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

Color convert

RGB190167165-
CMYK00.120.130.25
HSL4.8º16.13%69.61%-
HSV(B)4.8º13.16%74.51%-
XYZ41.8541.341.36-
YUV173.65123.12139.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.40%
GREEN value IS 167 (65.62% from 255) = 31.99%
BLUE value IS 165 (64.84% from 255) = 31.61%
R=36.40%
G=31.99%
B=31.61%

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
Decimal19016716500.120.130.254.816.1369.61
HexBEA7A50CD1951046
Octal2762472450141531520106
Binary10111110101001111010010101100110111001101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA7A5; }

 p { color: rgb(190,167,165); }

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

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

 a { background-color: rgb(190,167,165); }

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

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

 span { border-color: rgb(190,167,165); }

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