#BEAEA4

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

Shades of Silk #BEAEA4

Tints of Silk #BEAEA4

Color information

#BEAEA4 (or 0xBEAEA4) is unknown color: approx Silk. HEX triplet: BE, AE and A4. RGB value is (190,174,164). Sum of RGB (Red+Green+Blue) = 190+174+164=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAEA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAEA4 is #41515B. Grayscale: #B1B1B1. Windows color (decimal): -4280668 or 10792638. OLE color: 10792638.

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

Color convert

RGB190174164-
CMYK00.080.140.25
HSL23.08º16.67%69.41%-
HSV(B)23.08º13.68%74.51%-
XYZ43.0743.941.33-
YUV177.64120.3136.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 164 (64.45% from 255) = 31.06%
R=35.98%
G=32.95%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017416400.080.140.2523.0816.6769.41
HexBEAEA408E19171145
Octal27625624401016312721105
Binary1011111010101110101001000100011101100110111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEA4; }

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

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

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

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

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

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

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

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