#BEA69D

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

Shades of Martini #BEA69D

Tints of Martini #BEA69D

Color information

#BEA69D (or 0xBEA69D) is unknown color: approx Martini. HEX triplet: BE, A6 and 9D. RGB value is (190,166,157). Sum of RGB (Red+Green+Blue) = 190+166+157=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA69D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA69D is #415962. Grayscale: #ACACAC. Windows color (decimal): -4282723 or 10331838. OLE color: 10331838.

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

Color convert

RGB190166157-
CMYK00.130.170.25
HSL16.36º20.25%68.04%-
HSV(B)16.36º17.37%74.51%-
XYZ40.9640.6537.59-
YUV172.15119.45140.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.04%
GREEN value IS 166 (65.23% from 255) = 32.36%
BLUE value IS 157 (61.72% from 255) = 30.60%
R=37.04%
G=32.36%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016615700.130.170.2516.3620.2568.04
HexBEA69D0D1119101444
Octal27624623501521312024104
Binary10111110101001101001110101101100011100110000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA69D; }

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

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

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

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

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

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

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

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