#BEA89F

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

Shades of Martini #BEA89F

Tints of Martini #BEA89F

Color information

#BEA89F (or 0xBEA89F) is unknown color: approx Martini. HEX triplet: BE, A8 and 9F. RGB value is (190,168,159). Sum of RGB (Red+Green+Blue) = 190+168+159=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA89F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA89F is #415760. Grayscale: #ADADAD. Windows color (decimal): -4282209 or 10463422. OLE color: 10463422.

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

Color convert

RGB190168159-
CMYK00.120.160.25
HSL17.42º19.25%68.43%-
HSV(B)17.42º16.32%74.51%-
XYZ41.541.4638.62-
YUV173.55119.79139.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.75%
GREEN value IS 168 (66.02% from 255) = 32.50%
BLUE value IS 159 (62.5% from 255) = 30.75%
R=36.75%
G=32.50%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016815900.120.160.2517.4219.2568.43
HexBEA89F0C1019111344
Octal27625023701420312123104
Binary10111110101010001001111101100100001100110001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA89F; }

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

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

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

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

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

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

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

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