#BEAE9D

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

Shades of Silk #BEAE9D

Tints of Silk #BEAE9D

Color information

#BEAE9D (or 0xBEAE9D) is unknown color: approx Silk. HEX triplet: BE, AE and 9D. RGB value is (190,174,157). Sum of RGB (Red+Green+Blue) = 190+174+157=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAE9D is #415162. Grayscale: #B0B0B0. Windows color (decimal): -4280675 or 10333886. OLE color: 10333886.

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

Color convert

RGB190174157-
CMYK00.080.170.25
HSL30.91º20.25%68.04%-
HSV(B)30.91º17.37%74.51%-
XYZ42.4643.6538.09-
YUV176.85116.8137.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 174 (68.36% from 255) = 33.40%
BLUE value IS 157 (61.72% from 255) = 30.13%
R=36.47%
G=33.40%
B=30.13%

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
Decimal19017415700.080.170.2530.9120.2568.04
HexBEAE9D0811191f1444
Octal27625623501021313724104
Binary10111110101011101001110101000100011100111111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE9D; }

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

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

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

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

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

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

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

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