#BEA8A3

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

Shades of Martini #BEA8A3

Tints of Martini #BEA8A3

Color information

#BEA8A3 (or 0xBEA8A3) is unknown color: approx Martini. HEX triplet: BE, A8 and A3. RGB value is (190,168,163). Sum of RGB (Red+Green+Blue) = 190+168+163=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA8A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA8A3 is #41575C. Grayscale: #AEAEAE. Windows color (decimal): -4282205 or 10725566. OLE color: 10725566.

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

Color convert

RGB190168163-
CMYK00.120.140.25
HSL11.11º17.2%69.22%-
HSV(B)11.11º14.21%74.51%-
XYZ41.8541.640.47-
YUV174.01121.79139.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 168 (66.02% from 255) = 32.25%
BLUE value IS 163 (64.06% from 255) = 31.29%
R=36.47%
G=32.25%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016816300.120.140.2511.1117.269.22
HexBEA8A30CE19b1145
Octal27625024301416311321105
Binary101111101010100010100011011001110110011011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA8A3; }

 p { color: rgb(190,168,163); }

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

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

 a { background-color: rgb(190,168,163); }

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

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

 span { border-color: rgb(190,168,163); }

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