#BEAAA4

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

Shades of Martini #BEAAA4

Tints of Martini #BEAAA4

Color information

#BEAAA4 (or 0xBEAAA4) is unknown color: approx Martini. HEX triplet: BE, AA and A4. RGB value is (190,170,164). Sum of RGB (Red+Green+Blue) = 190+170+164=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAAA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAAA4 is #41555B. Grayscale: #AFAFAF. Windows color (decimal): -4281692 or 10791614. OLE color: 10791614.

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

Color convert

RGB190170164-
CMYK00.110.140.25
HSL13.85º16.67%69.41%-
HSV(B)13.85º13.68%74.51%-
XYZ42.3142.3841.07-
YUV175.3121.63138.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.26%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 164 (64.45% from 255) = 31.30%
R=36.26%
G=32.44%
B=31.30%

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
Decimal19017016400.110.140.2513.8516.6769.41
HexBEAAA40BE19e1145
Octal27625224401316311621105
Binary101111101010101010100100010111110110011110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAAA4; }

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

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

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

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

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

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

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

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