#BEB0AA

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

Shades of Martini #BEB0AA

Tints of Martini #BEB0AA

Color information

#BEB0AA (or 0xBEB0AA) is unknown color: approx Martini. HEX triplet: BE, B0 and AA. RGB value is (190,176,170). Sum of RGB (Red+Green+Blue) = 190+176+170=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB0AA is #414F55. Grayscale: #B3B3B3. Windows color (decimal): -4280150 or 11186366. OLE color: 11186366.

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

Color convert

RGB190176170-
CMYK00.070.110.25
HSL18º13.33%70.59%-
HSV(B)18º10.53%74.51%-
XYZ44.0244.944.38-
YUV179.5122.64135.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.45%
GREEN value IS 176 (69.14% from 255) = 32.84%
BLUE value IS 170 (66.80% from 255) = 31.72%
R=35.45%
G=32.84%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017617000.070.110.251813.3370.59
HexBEB0AA07B1912d47
Octal2762602520713312215107
Binary10111110101100001010101001111011110011001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB0AA; }

 p { color: rgb(190,176,170); }

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

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

 a { background-color: rgb(190,176,170); }

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

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

 span { border-color: rgb(190,176,170); }

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