#BEA199

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

Shades of Martini #BEA199

Tints of Martini #BEA199

Color information

#BEA199 (or 0xBEA199) is unknown color: approx Martini. HEX triplet: BE, A1 and 99. RGB value is (190,161,153). Sum of RGB (Red+Green+Blue) = 190+161+153=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA199 is #415E66. Grayscale: #A8A8A8. Windows color (decimal): -4284007 or 10068414. OLE color: 10068414.

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

Color convert

RGB190161153-
CMYK00.150.190.25
HSL12.97º22.16%67.25%-
HSV(B)12.97º19.47%74.51%-
XYZ39.7338.7435.52-
YUV168.76119.11143.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.70%
GREEN value IS 161 (63.28% from 255) = 31.94%
BLUE value IS 153 (60.16% from 255) = 30.36%
R=37.70%
G=31.94%
B=30.36%

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
Decimal19016115300.150.190.2512.9722.1667.25
HexBEA1990F1319d1643
Octal27624123101723311526103
Binary1011111010100001100110010111110011110011101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA199; }

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

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

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

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

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

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

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

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