#BEA494

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

Shades of Silk #BEA494

Tints of Silk #BEA494

Color information

#BEA494 (or 0xBEA494) is unknown color: approx Silk. HEX triplet: BE, A4 and 94. RGB value is (190,164,148). Sum of RGB (Red+Green+Blue) = 190+164+148=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA494 is #415B6B. Grayscale: #AAAAAA. Windows color (decimal): -4283244 or 9741502. OLE color: 9741502.

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

Color convert

RGB190164148-
CMYK00.140.220.25
HSL22.86º24.42%66.27%-
HSV(B)22.86º22.11%74.51%-
XYZ39.8639.6433.57-
YUV169.95115.61142.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.85%
GREEN value IS 164 (64.45% from 255) = 32.67%
BLUE value IS 148 (58.20% from 255) = 29.48%
R=37.85%
G=32.67%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016414800.140.220.2522.8624.4266.27
HexBEA4940E1619171842
Octal27624422401626312730102
Binary10111110101001001001010001110101101100110111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA494; }

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

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

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

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

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

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

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

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