#BEA69B

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

Shades of Martini #BEA69B

Tints of Martini #BEA69B

Color information

#BEA69B (or 0xBEA69B) is unknown color: approx Martini. HEX triplet: BE, A6 and 9B. RGB value is (190,166,155). Sum of RGB (Red+Green+Blue) = 190+166+155=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA69B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA69B is #415964. Grayscale: #ABABAB. Windows color (decimal): -4282725 or 10200766. OLE color: 10200766.

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

Color convert

RGB190166155-
CMYK00.130.180.25
HSL18.86º21.21%67.65%-
HSV(B)18.86º18.42%74.51%-
XYZ40.7940.5936.69-
YUV171.92118.45140.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.18%
GREEN value IS 166 (65.23% from 255) = 32.49%
BLUE value IS 155 (60.94% from 255) = 30.33%
R=37.18%
G=32.49%
B=30.33%

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
Decimal19016615500.130.180.2518.8621.2167.65
HexBEA69B0D1219131544
Octal27624623301522312325104
Binary10111110101001101001101101101100101100110011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA69B; }

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

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

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

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

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

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

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

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