#BEAD9A

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

Shades of Silk #BEAD9A

Tints of Silk #BEAD9A

Color information

#BEAD9A (or 0xBEAD9A) is unknown color: approx Silk. HEX triplet: BE, AD and 9A. RGB value is (190,173,154). Sum of RGB (Red+Green+Blue) = 190+173+154=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAD9A is #415265. Grayscale: #B0B0B0. Windows color (decimal): -4280934 or 10137022. OLE color: 10137022.

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

Color convert

RGB190173154-
CMYK00.090.190.25
HSL31.67º21.69%67.45%-
HSV(B)31.67º18.95%74.51%-
XYZ42.0143.1736.69-
YUV175.92115.63138.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.75%
GREEN value IS 173 (67.97% from 255) = 33.46%
BLUE value IS 154 (60.55% from 255) = 29.79%
R=36.75%
G=33.46%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017315400.090.190.2531.6721.6967.45
HexBEAD9A091319201643
Octal27625523201123314026103
Binary101111101010110110011010010011001111001100000101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAD9A; }

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

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

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

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

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

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

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

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