#BEAE9E

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

Shades of Silk #BEAE9E

Tints of Silk #BEAE9E

Color information

#BEAE9E (or 0xBEAE9E) is unknown color: approx Silk. HEX triplet: BE, AE and 9E. RGB value is (190,174,158). Sum of RGB (Red+Green+Blue) = 190+174+158=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAE9E is #415161. Grayscale: #B1B1B1. Windows color (decimal): -4280674 or 10399422. OLE color: 10399422.

HSL color Cylindrical-coordinate representation of color #BEAE9E: hue angle of 30º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEAE9E is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB190174158-
CMYK00.080.170.25
HSL30º19.75%68.24%-
HSV(B)30º16.84%74.51%-
XYZ42.5443.6938.54-
YUV176.96117.3137.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.40%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 158 (62.11% from 255) = 30.27%
R=36.40%
G=33.33%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017415800.080.170.253019.7568.24
HexBEAE9E0811191e1444
Octal27625623601021313624104
Binary10111110101011101001111001000100011100111110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE9E; }

 p { color: rgb(190,174,158); }

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

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

 a { background-color: rgb(190,174,158); }

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

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

 span { border-color: rgb(190,174,158); }

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