#BEAAA7

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

Shades of Martini #BEAAA7

Tints of Martini #BEAAA7

Color information

#BEAAA7 (or 0xBEAAA7) is unknown color: approx Martini. HEX triplet: BE, AA and A7. RGB value is (190,170,167). Sum of RGB (Red+Green+Blue) = 190+170+167=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAAA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAAA7 is #415558. Grayscale: #AFAFAF. Windows color (decimal): -4281689 or 10988222. OLE color: 10988222.

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

Color convert

RGB190170167-
CMYK00.110.120.25
HSL7.83º15.03%70%-
HSV(B)7.83º12.11%74.51%-
XYZ42.5842.4942.52-
YUV175.64123.13138.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 170 (66.80% from 255) = 32.26%
BLUE value IS 167 (65.62% from 255) = 31.69%
R=36.05%
G=32.26%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017016700.110.120.257.8315.0370
HexBEAAA70BC198f46
Octal27625224701314311017106
Binary10111110101010101010011101011110011001100011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAAA7; }

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

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

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

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

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

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

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

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