#BEA69C

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

Shades of Martini #BEA69C

Tints of Martini #BEA69C

Color information

#BEA69C (or 0xBEA69C) is unknown color: approx Martini. HEX triplet: BE, A6 and 9C. RGB value is (190,166,156). Sum of RGB (Red+Green+Blue) = 190+166+156=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA69C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA69C is #415963. Grayscale: #ACACAC. Windows color (decimal): -4282724 or 10266302. OLE color: 10266302.

HSL color Cylindrical-coordinate representation of color #BEA69C: hue angle of 17.65º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEA69C is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB190166156-
CMYK00.130.180.25
HSL17.65º20.73%67.84%-
HSV(B)17.65º17.89%74.51%-
XYZ40.8740.6237.14-
YUV172.04118.95140.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.11%
GREEN value IS 166 (65.23% from 255) = 32.42%
BLUE value IS 156 (61.33% from 255) = 30.47%
R=37.11%
G=32.42%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016615600.130.180.2517.6520.7367.84
HexBEA69C0D1219121544
Octal27624623401522312225104
Binary10111110101001101001110001101100101100110010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA69C; }

 p { color: rgb(190,166,156); }

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

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

 a { background-color: rgb(190,166,156); }

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

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

 span { border-color: rgb(190,166,156); }

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