#BEABA5

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

Shades of Martini #BEABA5

Tints of Martini #BEABA5

Color information

#BEABA5 (or 0xBEABA5) is unknown color: approx Martini. HEX triplet: BE, AB and A5. RGB value is (190,171,165). Sum of RGB (Red+Green+Blue) = 190+171+165=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BEABA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEABA5 is #41545A. Grayscale: #B0B0B0. Windows color (decimal): -4281435 or 10857406. OLE color: 10857406.

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

Color convert

RGB190171165-
CMYK00.100.130.25
HSL14.4º16.13%69.61%-
HSV(B)14.4º13.16%74.51%-
XYZ42.5942.7941.61-
YUV176121.79137.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.12%
GREEN value IS 171 (67.19% from 255) = 32.51%
BLUE value IS 165 (64.84% from 255) = 31.37%
R=36.12%
G=32.51%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017116500.100.130.2514.416.1369.61
HexBEABA50AD19e1046
Octal27625324501215311620106
Binary101111101010101110100101010101101110011110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEABA5; }

 p { color: rgb(190,171,165); }

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

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

 a { background-color: rgb(190,171,165); }

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

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

 span { border-color: rgb(190,171,165); }

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