#BEA9A4

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

Shades of Martini #BEA9A4

Tints of Martini #BEA9A4

Color information

#BEA9A4 (or 0xBEA9A4) is unknown color: approx Martini. HEX triplet: BE, A9 and A4. RGB value is (190,169,164). Sum of RGB (Red+Green+Blue) = 190+169+164=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA9A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA9A4 is #41565B. Grayscale: #AEAEAE. Windows color (decimal): -4281948 or 10791358. OLE color: 10791358.

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

Color convert

RGB190169164-
CMYK00.110.140.25
HSL11.54º16.67%69.41%-
HSV(B)11.54º13.68%74.51%-
XYZ42.124241.01-
YUV174.71121.96138.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.33%
GREEN value IS 169 (66.41% from 255) = 32.31%
BLUE value IS 164 (64.45% from 255) = 31.36%
R=36.33%
G=32.31%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016916400.110.140.2511.5416.6769.41
HexBEA9A40BE19c1145
Octal27625124401316311421105
Binary101111101010100110100100010111110110011100100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA9A4; }

 p { color: rgb(190,169,164); }

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

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

 a { background-color: rgb(190,169,164); }

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

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

 span { border-color: rgb(190,169,164); }

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