#BEAD9E

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

Shades of Silk #BEAD9E

Tints of Silk #BEAD9E

Color information

#BEAD9E (or 0xBEAD9E) is unknown color: approx Silk. HEX triplet: BE, AD and 9E. RGB value is (190,173,158). Sum of RGB (Red+Green+Blue) = 190+173+158=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAD9E is #415261. Grayscale: #B0B0B0. Windows color (decimal): -4280930 or 10399166. OLE color: 10399166.

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

Color convert

RGB190173158-
CMYK00.090.170.25
HSL28.13º19.75%68.24%-
HSV(B)28.13º16.84%74.51%-
XYZ42.3543.338.47-
YUV176.37117.63137.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 173 (67.97% from 255) = 33.21%
BLUE value IS 158 (62.11% from 255) = 30.33%
R=36.47%
G=33.21%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017315800.090.170.2528.1319.7568.24
HexBEAD9E0911191c1444
Octal27625523601121313424104
Binary10111110101011011001111001001100011100111100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAD9E; }

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

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

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

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

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

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

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

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