#BEA099

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

Shades of Martini #BEA099

Tints of Martini #BEA099

Color information

#BEA099 (or 0xBEA099) is unknown color: approx Martini. HEX triplet: BE, A0 and 99. RGB value is (190,160,153). Sum of RGB (Red+Green+Blue) = 190+160+153=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA099 is #415F66. Grayscale: #A8A8A8. Windows color (decimal): -4284263 or 10068158. OLE color: 10068158.

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

Color convert

RGB190160153-
CMYK00.160.190.25
HSL11.35º22.16%67.25%-
HSV(B)11.35º19.47%74.51%-
XYZ39.5638.3935.46-
YUV168.17119.44143.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 160 (62.89% from 255) = 31.81%
BLUE value IS 153 (60.16% from 255) = 30.42%
R=37.77%
G=31.81%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016015300.160.190.2511.3522.1667.25
HexBEA0990101319b1643
Octal27624023102023311326103
Binary10111110101000001001100101000010011110011011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA099; }

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

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

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

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

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

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

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

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