#BEA894

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

Shades of Silk #BEA894

Tints of Silk #BEA894

Color information

#BEA894 (or 0xBEA894) is unknown color: approx Silk. HEX triplet: BE, A8 and 94. RGB value is (190,168,148). Sum of RGB (Red+Green+Blue) = 190+168+148=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA894 is #41576B. Grayscale: #ACACAC. Windows color (decimal): -4282220 or 9742526. OLE color: 9742526.

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

Color convert

RGB190168148-
CMYK00.120.220.25
HSL28.57º24.42%66.27%-
HSV(B)28.57º22.11%74.51%-
XYZ40.5841.0933.81-
YUV172.3114.29140.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 168 (66.02% from 255) = 33.20%
BLUE value IS 148 (58.20% from 255) = 29.25%
R=37.55%
G=33.20%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016814800.120.220.2528.5724.4266.27
HexBEA8940C16191d1842
Octal27625022401426313530102
Binary10111110101010001001010001100101101100111101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA894; }

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

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

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

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

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

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

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

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