#BEA498

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

Shades of Martini #BEA498

Tints of Martini #BEA498

Color information

#BEA498 (or 0xBEA498) is unknown color: approx Martini. HEX triplet: BE, A4 and 98. RGB value is (190,164,152). Sum of RGB (Red+Green+Blue) = 190+164+152=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA498 is #415B67. Grayscale: #AAAAAA. Windows color (decimal): -4283240 or 10003646. OLE color: 10003646.

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

Color convert

RGB190164152-
CMYK00.140.20.25
HSL18.95º22.62%67.06%-
HSV(B)18.95º20%74.51%-
XYZ40.1839.7735.26-
YUV170.41117.61141.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 164 (64.45% from 255) = 32.41%
BLUE value IS 152 (59.77% from 255) = 30.04%
R=37.55%
G=32.41%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016415200.140.20.2518.9522.6267.06
HexBEA4980E1419131743
Octal27624423001624312327103
Binary10111110101001001001100001110101001100110011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA498; }

 p { color: rgb(190,164,152); }

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

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

 a { background-color: rgb(190,164,152); }

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

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

 span { border-color: rgb(190,164,152); }

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