#BEA29D

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

Shades of Martini #BEA29D

Tints of Martini #BEA29D

Color information

#BEA29D (or 0xBEA29D) is unknown color: approx Martini. HEX triplet: BE, A2 and 9D. RGB value is (190,162,157). Sum of RGB (Red+Green+Blue) = 190+162+157=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA29D is #415D62. Grayscale: #A9A9A9. Windows color (decimal): -4283747 or 10330814. OLE color: 10330814.

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

Color convert

RGB190162157-
CMYK00.150.170.25
HSL9.09º20.25%68.04%-
HSV(B)9.09º17.37%74.51%-
XYZ40.2439.2237.35-
YUV169.8120.78142.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.33%
GREEN value IS 162 (63.67% from 255) = 31.83%
BLUE value IS 157 (61.72% from 255) = 30.84%
R=37.33%
G=31.83%
B=30.84%

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
Decimal19016215700.150.170.259.0920.2568.04
HexBEA29D0F111991444
Octal27624223501721311124104
Binary1011111010100010100111010111110001110011001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA29D; }

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

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

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

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

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

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

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

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