#BEA198

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

Shades of Martini #BEA198

Tints of Martini #BEA198

Color information

#BEA198 (or 0xBEA198) is unknown color: approx Martini. HEX triplet: BE, A1 and 98. RGB value is (190,161,152). Sum of RGB (Red+Green+Blue) = 190+161+152=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA198 is #415E67. Grayscale: #A8A8A8. Windows color (decimal): -4284008 or 10002878. OLE color: 10002878.

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

Color convert

RGB190161152-
CMYK00.150.20.25
HSL14.21º22.62%67.06%-
HSV(B)14.21º20%74.51%-
XYZ39.6538.735.09-
YUV168.64118.61143.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 161 (63.28% from 255) = 32.01%
BLUE value IS 152 (59.77% from 255) = 30.22%
R=37.77%
G=32.01%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016115200.150.20.2514.2122.6267.06
HexBEA1980F1419e1743
Octal27624123001724311627103
Binary1011111010100001100110000111110100110011110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA198; }

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

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

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

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

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

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

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

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