#BEA794

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

Shades of Silk #BEA794

Tints of Silk #BEA794

Color information

#BEA794 (or 0xBEA794) is unknown color: approx Silk. HEX triplet: BE, A7 and 94. RGB value is (190,167,148). Sum of RGB (Red+Green+Blue) = 190+167+148=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA794 is #41586B. Grayscale: #ABABAB. Windows color (decimal): -4282476 or 9742270. OLE color: 9742270.

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

Color convert

RGB190167148-
CMYK00.120.220.25
HSL27.14º24.42%66.27%-
HSV(B)27.14º22.11%74.51%-
XYZ40.440.7233.75-
YUV171.71114.62141.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.62%
GREEN value IS 167 (65.62% from 255) = 33.07%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=37.62%
G=33.07%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016714800.120.220.2527.1424.4266.27
HexBEA7940C16191b1842
Octal27624722401426313330102
Binary10111110101001111001010001100101101100111011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA794; }

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

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

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

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

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

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

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

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