#BEA098

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

Shades of Martini #BEA098

Tints of Martini #BEA098

Color information

#BEA098 (or 0xBEA098) is unknown color: approx Martini. HEX triplet: BE, A0 and 98. RGB value is (190,160,152). Sum of RGB (Red+Green+Blue) = 190+160+152=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA098 is #415F67. Grayscale: #A8A8A8. Windows color (decimal): -4284264 or 10002622. OLE color: 10002622.

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

Color convert

RGB190160152-
CMYK00.160.20.25
HSL12.63º22.62%67.06%-
HSV(B)12.63º20%74.51%-
XYZ39.4738.3635.03-
YUV168.06118.94143.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.85%
GREEN value IS 160 (62.89% from 255) = 31.87%
BLUE value IS 152 (59.77% from 255) = 30.28%
R=37.85%
G=31.87%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016015200.160.20.2512.6322.6267.06
HexBEA0980101419d1743
Octal27624023002024311527103
Binary10111110101000001001100001000010100110011101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA098; }

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

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

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

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

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

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

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

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