#BEB1A2

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

Shades of Silk #BEB1A2

Tints of Silk #BEB1A2

Color information

#BEB1A2 (or 0xBEB1A2) is unknown color: approx Silk. HEX triplet: BE, B1 and A2. RGB value is (190,177,162). Sum of RGB (Red+Green+Blue) = 190+177+162=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB1A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB1A2 is #414E5D. Grayscale: #B3B3B3. Windows color (decimal): -4279902 or 10662334. OLE color: 10662334.

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

Color convert

RGB190177162-
CMYK00.070.150.25
HSL32.14º17.72%69.02%-
HSV(B)32.14º14.74%74.51%-
XYZ43.484540.58-
YUV179.18118.31135.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.92%
GREEN value IS 177 (69.53% from 255) = 33.46%
BLUE value IS 162 (63.67% from 255) = 30.62%
R=35.92%
G=33.46%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017716200.070.150.2532.1417.7269.02
HexBEB1A207F19201245
Octal2762612420717314022105
Binary1011111010110001101000100111111111001100000100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB1A2; }

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

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

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

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

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

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

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

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