#BEA299

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

Shades of Martini #BEA299

Tints of Martini #BEA299

Color information

#BEA299 (or 0xBEA299) is unknown color: approx Martini. HEX triplet: BE, A2 and 99. RGB value is (190,162,153). Sum of RGB (Red+Green+Blue) = 190+162+153=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA299 is #415D66. Grayscale: #A9A9A9. Windows color (decimal): -4283751 or 10068670. OLE color: 10068670.

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

Color convert

RGB190162153-
CMYK00.150.190.25
HSL14.59º22.16%67.25%-
HSV(B)14.59º19.47%74.51%-
XYZ39.9139.0935.58-
YUV169.35118.78142.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.62%
GREEN value IS 162 (63.67% from 255) = 32.08%
BLUE value IS 153 (60.16% from 255) = 30.30%
R=37.62%
G=32.08%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016215300.150.190.2514.5922.1667.25
HexBEA2990F1319f1643
Octal27624223101723311726103
Binary1011111010100010100110010111110011110011111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA299; }

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

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

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

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

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

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

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

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