#BEA8A5

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

Shades of Martini #BEA8A5

Tints of Martini #BEA8A5

Color information

#BEA8A5 (or 0xBEA8A5) is unknown color: approx Martini. HEX triplet: BE, A8 and A5. RGB value is (190,168,165). Sum of RGB (Red+Green+Blue) = 190+168+165=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA8A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA8A5 is #41575A. Grayscale: #AEAEAE. Windows color (decimal): -4282203 or 10856638. OLE color: 10856638.

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

Color convert

RGB190168165-
CMYK00.120.130.25
HSL7.2º16.13%69.61%-
HSV(B)7.2º13.16%74.51%-
XYZ42.0341.6741.43-
YUV174.24122.79139.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.33%
GREEN value IS 168 (66.02% from 255) = 32.12%
BLUE value IS 165 (64.84% from 255) = 31.55%
R=36.33%
G=32.12%
B=31.55%

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
Decimal19016816500.120.130.257.216.1369.61
HexBEA8A50CD1971046
Octal2762502450141531720106
Binary10111110101010001010010101100110111001111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA8A5; }

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

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

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

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

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

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

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

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