#BEABA2

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

Shades of Martini #BEABA2

Tints of Martini #BEABA2

Color information

#BEABA2 (or 0xBEABA2) is unknown color: approx Martini. HEX triplet: BE, AB and A2. RGB value is (190,171,162). Sum of RGB (Red+Green+Blue) = 190+171+162=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 162 (63.67% from 255 or 30.98% from 523); Max value from RGB is 190 - color contains mainly: red. Hex color #BEABA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEABA2 is #41545D. Grayscale: #AFAFAF. Windows color (decimal): -4281438 or 10660798. OLE color: 10660798.

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

Color convert

RGB190171162-
CMYK00.100.150.25
HSL19.29º17.72%69.02%-
HSV(B)19.29º14.74%74.51%-
XYZ42.3242.6840.19-
YUV175.65120.29138.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.33%
GREEN value IS 171 (67.19% from 255) = 32.70%
BLUE value IS 162 (63.67% from 255) = 30.98%
R=36.33%
G=32.70%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017116200.100.150.2519.2917.7269.02
HexBEABA20AF19131245
Octal27625324201217312322105
Binary1011111010101011101000100101011111100110011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEABA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEABA2; }

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

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

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

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

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

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

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

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