#BEAEA7

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

Shades of Martini #BEAEA7

Tints of Martini #BEAEA7

Color information

#BEAEA7 (or 0xBEAEA7) is unknown color: approx Martini. HEX triplet: BE, AE and A7. RGB value is (190,174,167). Sum of RGB (Red+Green+Blue) = 190+174+167=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 167 (65.62% from 255 or 31.45% from 531); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAEA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAEA7 is #415158. Grayscale: #B2B2B2. Windows color (decimal): -4280665 or 10989246. OLE color: 10989246.

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

Color convert

RGB190174167-
CMYK00.080.120.25
HSL18.26º15.03%70%-
HSV(B)18.26º12.11%74.51%-
XYZ43.3544.0142.77-
YUV177.99121.8136.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.78%
GREEN value IS 174 (68.36% from 255) = 32.77%
BLUE value IS 167 (65.62% from 255) = 31.45%
R=35.78%
G=32.77%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017416700.080.120.2518.2615.0370
HexBEAEA708C1912f46
Octal27625624701014312217106
Binary101111101010111010100111010001100110011001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEA7; }

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

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

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

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

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

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

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

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