#BEB1AC

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

Shades of Martini #BEB1AC

Tints of Martini #BEB1AC

Color information

#BEB1AC (or 0xBEB1AC) is unknown color: approx Martini. HEX triplet: BE, B1 and AC. RGB value is (190,177,172). Sum of RGB (Red+Green+Blue) = 190+177+172=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB1AC is #414E53. Grayscale: #B4B4B4. Windows color (decimal): -4279892 or 11317694. OLE color: 11317694.

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

Color convert

RGB190177172-
CMYK00.070.090.25
HSL16.67º12.16%70.98%-
HSV(B)16.67º9.47%74.51%-
XYZ44.445.3745.45-
YUV180.32123.31134.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.25%
GREEN value IS 177 (69.53% from 255) = 32.84%
BLUE value IS 172 (67.58% from 255) = 31.91%
R=35.25%
G=32.84%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017717200.070.090.2516.6712.1670.98
HexBEB1AC0791911c47
Octal2762612540711312114107
Binary10111110101100011010110001111001110011000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB1AC; }

 p { color: rgb(190,177,172); }

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

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

 a { background-color: rgb(190,177,172); }

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

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

 span { border-color: rgb(190,177,172); }

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