#BEABA4

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

Shades of Martini #BEABA4

Tints of Martini #BEABA4

Color information

#BEABA4 (or 0xBEABA4) is unknown color: approx Martini. HEX triplet: BE, AB and A4. RGB value is (190,171,164). Sum of RGB (Red+Green+Blue) = 190+171+164=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 190 - color contains mainly: red. Hex color #BEABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEABA4 is #41545B. Grayscale: #AFAFAF. Windows color (decimal): -4281436 or 10791870. OLE color: 10791870.

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

Color convert

RGB190171164-
CMYK00.100.140.25
HSL16.15º16.67%69.41%-
HSV(B)16.15º13.68%74.51%-
XYZ42.542.7541.13-
YUV175.88121.29138.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.19%
GREEN value IS 171 (67.19% from 255) = 32.57%
BLUE value IS 164 (64.45% from 255) = 31.24%
R=36.19%
G=32.57%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017116400.100.140.2516.1516.6769.41
HexBEABA40AE19101145
Octal27625324401216312021105
Binary1011111010101011101001000101011101100110000100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEABA4; }

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

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

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

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

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

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

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

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