#BEA19B

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

Shades of Martini #BEA19B

Tints of Martini #BEA19B

Color information

#BEA19B (or 0xBEA19B) is unknown color: approx Martini. HEX triplet: BE, A1 and 9B. RGB value is (190,161,155). Sum of RGB (Red+Green+Blue) = 190+161+155=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA19B is #415E64. Grayscale: #A9A9A9. Windows color (decimal): -4284005 or 10199486. OLE color: 10199486.

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

Color convert

RGB190161155-
CMYK00.150.180.25
HSL10.29º21.21%67.65%-
HSV(B)10.29º18.42%74.51%-
XYZ39.938.836.4-
YUV168.99120.11142.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 161 (63.28% from 255) = 31.82%
BLUE value IS 155 (60.94% from 255) = 30.63%
R=37.55%
G=31.82%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016115500.150.180.2510.2921.2167.65
HexBEA19B0F1219a1544
Octal27624123301722311225104
Binary1011111010100001100110110111110010110011010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA19B; }

 p { color: rgb(190,161,155); }

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

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

 a { background-color: rgb(190,161,155); }

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

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

 span { border-color: rgb(190,161,155); }

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