#BEA493

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

Shades of Silk #BEA493

Tints of Silk #BEA493

Color information

#BEA493 (or 0xBEA493) is unknown color: approx Silk. HEX triplet: BE, A4 and 93. RGB value is (190,164,147). Sum of RGB (Red+Green+Blue) = 190+164+147=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 164 (64.45% from 255 or 32.73% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA493 is #415B6C. Grayscale: #A9A9A9. Windows color (decimal): -4283245 or 9675966. OLE color: 9675966.

HSL color Cylindrical-coordinate representation of color #BEA493: hue angle of 23.72º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEA493 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB190164147-
CMYK00.140.230.25
HSL23.72º24.86%66.08%-
HSV(B)23.72º22.63%74.51%-
XYZ39.7839.633.15-
YUV169.84115.11142.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 164 (64.45% from 255) = 32.73%
BLUE value IS 147 (57.81% from 255) = 29.34%
R=37.92%
G=32.73%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016414700.140.230.2523.7224.8666.08
HexBEA4930E1719181942
Octal27624422301627313031102
Binary10111110101001001001001101110101111100111000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA493; }

 p { color: rgb(190,164,147); }

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

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

 a { background-color: rgb(190,164,147); }

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

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

 span { border-color: rgb(190,164,147); }

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