#BEA398

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

Shades of Martini #BEA398

Tints of Martini #BEA398

Color information

#BEA398 (or 0xBEA398) is unknown color: approx Martini. HEX triplet: BE, A3 and 98. RGB value is (190,163,152). Sum of RGB (Red+Green+Blue) = 190+163+152=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA398 is #415C67. Grayscale: #A9A9A9. Windows color (decimal): -4283496 or 10003390. OLE color: 10003390.

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

Color convert

RGB190163152-
CMYK00.140.20.25
HSL17.37º22.62%67.06%-
HSV(B)17.37º20%74.51%-
XYZ4039.4135.2-
YUV169.82117.95142.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.62%
GREEN value IS 163 (64.06% from 255) = 32.28%
BLUE value IS 152 (59.77% from 255) = 30.10%
R=37.62%
G=32.28%
B=30.10%

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
Decimal19016315200.140.20.2517.3722.6267.06
HexBEA3980E1419111743
Octal27624323001624312127103
Binary10111110101000111001100001110101001100110001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA398; }

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

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

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

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

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

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

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

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