#BEA59D

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

Shades of Martini #BEA59D

Tints of Martini #BEA59D

Color information

#BEA59D (or 0xBEA59D) is unknown color: approx Martini. HEX triplet: BE, A5 and 9D. RGB value is (190,165,157). Sum of RGB (Red+Green+Blue) = 190+165+157=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA59D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA59D is #415A62. Grayscale: #ABABAB. Windows color (decimal): -4282979 or 10331582. OLE color: 10331582.

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

Color convert

RGB190165157-
CMYK00.130.170.25
HSL14.55º20.25%68.04%-
HSV(B)14.55º17.37%74.51%-
XYZ40.7840.2937.53-
YUV171.56119.78141.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.11%
GREEN value IS 165 (64.84% from 255) = 32.23%
BLUE value IS 157 (61.72% from 255) = 30.66%
R=37.11%
G=32.23%
B=30.66%

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
Decimal19016515700.130.170.2514.5520.2568.04
HexBEA59D0D1119f1444
Octal27624523501521311724104
Binary1011111010100101100111010110110001110011111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA59D; }

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

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

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

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

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

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

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

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