#BEA39B

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

Shades of Martini #BEA39B

Tints of Martini #BEA39B

Color information

#BEA39B (or 0xBEA39B) is unknown color: approx Martini. HEX triplet: BE, A3 and 9B. RGB value is (190,163,155). Sum of RGB (Red+Green+Blue) = 190+163+155=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA39B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA39B is #415C64. Grayscale: #AAAAAA. Windows color (decimal): -4283493 or 10199998. OLE color: 10199998.

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

Color convert

RGB190163155-
CMYK00.140.180.25
HSL13.71º21.21%67.65%-
HSV(B)13.71º18.42%74.51%-
XYZ40.2539.5136.51-
YUV170.16119.45142.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.40%
GREEN value IS 163 (64.06% from 255) = 32.09%
BLUE value IS 155 (60.94% from 255) = 30.51%
R=37.40%
G=32.09%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016315500.140.180.2513.7121.2167.65
HexBEA39B0E1219e1544
Octal27624323301622311625104
Binary1011111010100011100110110111010010110011110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA39B; }

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

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

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

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

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

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

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

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