#BEA497

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

Shades of Martini #BEA497

Tints of Martini #BEA497

Color information

#BEA497 (or 0xBEA497) is unknown color: approx Martini. HEX triplet: BE, A4 and 97. RGB value is (190,164,151). Sum of RGB (Red+Green+Blue) = 190+164+151=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA497 is #415B68. Grayscale: #AAAAAA. Windows color (decimal): -4283241 or 9938110. OLE color: 9938110.

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

Color convert

RGB190164151-
CMYK00.140.210.25
HSL20º23.08%66.86%-
HSV(B)20º20.53%74.51%-
XYZ40.139.7334.83-
YUV170.29117.11142.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.62%
GREEN value IS 164 (64.45% from 255) = 32.48%
BLUE value IS 151 (59.38% from 255) = 29.90%
R=37.62%
G=32.48%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016415100.140.210.252023.0866.86
HexBEA4970E1519141743
Octal27624422701625312427103
Binary10111110101001001001011101110101011100110100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA497; }

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

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

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

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

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

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

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

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