#BEA896

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

Shades of Silk #BEA896

Tints of Silk #BEA896

Color information

#BEA896 (or 0xBEA896) is unknown color: approx Silk. HEX triplet: BE, A8 and 96. RGB value is (190,168,150). Sum of RGB (Red+Green+Blue) = 190+168+150=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA896 is #415769. Grayscale: #ACACAC. Windows color (decimal): -4282218 or 9873598. OLE color: 9873598.

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

Color convert

RGB190168150-
CMYK00.120.210.25
HSL27º23.53%66.67%-
HSV(B)27º21.05%74.51%-
XYZ40.7441.1534.65-
YUV172.53115.29140.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.40%
GREEN value IS 168 (66.02% from 255) = 33.07%
BLUE value IS 150 (58.98% from 255) = 29.53%
R=37.40%
G=33.07%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016815000.120.210.252723.5366.67
HexBEA8960C15191b1843
Octal27625022601425313330103
Binary10111110101010001001011001100101011100111011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA896; }

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

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

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

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

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

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

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

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