#BEA39D

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

Shades of Martini #BEA39D

Tints of Martini #BEA39D

Color information

#BEA39D (or 0xBEA39D) is unknown color: approx Martini. HEX triplet: BE, A3 and 9D. RGB value is (190,163,157). Sum of RGB (Red+Green+Blue) = 190+163+157=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA39D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA39D is #415C62. Grayscale: #AAAAAA. Windows color (decimal): -4283491 or 10331070. OLE color: 10331070.

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

Color convert

RGB190163157-
CMYK00.140.170.25
HSL10.91º20.25%68.04%-
HSV(B)10.91º17.37%74.51%-
XYZ40.4239.5837.41-
YUV170.39120.45141.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.25%
GREEN value IS 163 (64.06% from 255) = 31.96%
BLUE value IS 157 (61.72% from 255) = 30.78%
R=37.25%
G=31.96%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016315700.140.170.2510.9120.2568.04
HexBEA39D0E1119b1444
Octal27624323501621311324104
Binary1011111010100011100111010111010001110011011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA39D; }

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

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

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

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

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

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

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

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