#BEB1A3

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

Shades of Silk #BEB1A3

Tints of Silk #BEB1A3

Color information

#BEB1A3 (or 0xBEB1A3) is unknown color: approx Silk. HEX triplet: BE, B1 and A3. RGB value is (190,177,163). Sum of RGB (Red+Green+Blue) = 190+177+163=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 163 (64.06% from 255 or 30.75% from 530); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB1A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB1A3 is #414E5C. Grayscale: #B3B3B3. Windows color (decimal): -4279901 or 10727870. OLE color: 10727870.

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

Color convert

RGB190177163-
CMYK00.070.140.25
HSL31.11º17.2%69.22%-
HSV(B)31.11º14.21%74.51%-
XYZ43.5745.0441.05-
YUV179.29118.81135.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 177 (69.53% from 255) = 33.40%
BLUE value IS 163 (64.06% from 255) = 30.75%
R=35.85%
G=33.40%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017716300.070.140.2531.1117.269.22
HexBEB1A307E191f1145
Octal2762612430716313721105
Binary101111101011000110100011011111101100111111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB1A3; }

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

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

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

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

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

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

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

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