#BEA694

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

Shades of Silk #BEA694

Tints of Silk #BEA694

Color information

#BEA694 (or 0xBEA694) is unknown color: approx Silk. HEX triplet: BE, A6 and 94. RGB value is (190,166,148). Sum of RGB (Red+Green+Blue) = 190+166+148=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA694 is #41596B. Grayscale: #ABABAB. Windows color (decimal): -4282732 or 9742014. OLE color: 9742014.

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

Color convert

RGB190166148-
CMYK00.130.220.25
HSL25.71º24.42%66.27%-
HSV(B)25.71º22.11%74.51%-
XYZ40.2240.3633.69-
YUV171.12114.95141.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.70%
GREEN value IS 166 (65.23% from 255) = 32.94%
BLUE value IS 148 (58.20% from 255) = 29.37%
R=37.70%
G=32.94%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016614800.130.220.2525.7124.4266.27
HexBEA6940D16191a1842
Octal27624622401526313230102
Binary10111110101001101001010001101101101100111010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA694; }

 p { color: rgb(190,166,148); }

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

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

 a { background-color: rgb(190,166,148); }

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

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

 span { border-color: rgb(190,166,148); }

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