#BEA29E

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

Shades of Martini #BEA29E

Tints of Martini #BEA29E

Color information

#BEA29E (or 0xBEA29E) is unknown color: approx Martini. HEX triplet: BE, A2 and 9E. RGB value is (190,162,158). Sum of RGB (Red+Green+Blue) = 190+162+158=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA29E is #415D61. Grayscale: #A9A9A9. Windows color (decimal): -4283746 or 10396350. OLE color: 10396350.

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

Color convert

RGB190162158-
CMYK00.150.170.25
HSL7.5º19.75%68.24%-
HSV(B)7.5º16.84%74.51%-
XYZ40.3339.2637.8-
YUV169.92121.28142.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.25%
GREEN value IS 162 (63.67% from 255) = 31.76%
BLUE value IS 158 (62.11% from 255) = 30.98%
R=37.25%
G=31.76%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016215800.150.170.257.519.7568.24
HexBEA29E0F111981444
Octal27624223601721311024104
Binary1011111010100010100111100111110001110011000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA29E; }

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

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

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

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

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

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

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

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