#BEAAA3

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

Shades of Martini #BEAAA3

Tints of Martini #BEAAA3

Color information

#BEAAA3 (or 0xBEAAA3) is unknown color: approx Martini. HEX triplet: BE, AA and A3. RGB value is (190,170,163). Sum of RGB (Red+Green+Blue) = 190+170+163=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 163 (64.06% from 255 or 31.17% from 523); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAAA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAAA3 is #41555C. Grayscale: #AFAFAF. Windows color (decimal): -4281693 or 10726078. OLE color: 10726078.

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

Color convert

RGB190170163-
CMYK00.110.140.25
HSL15.56º17.2%69.22%-
HSV(B)15.56º14.21%74.51%-
XYZ42.2242.3440.6-
YUV175.18121.13138.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.33%
GREEN value IS 170 (66.80% from 255) = 32.50%
BLUE value IS 163 (64.06% from 255) = 31.17%
R=36.33%
G=32.50%
B=31.17%

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
Decimal19017016300.110.140.2515.5617.269.22
HexBEAAA30BE19101145
Octal27625224301316312021105
Binary1011111010101010101000110101111101100110000100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAAA3; }

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

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

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

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

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

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

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

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