#BEA996

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

Shades of Silk #BEA996

Tints of Silk #BEA996

Color information

#BEA996 (or 0xBEA996) is unknown color: approx Silk. HEX triplet: BE, A9 and 96. RGB value is (190,169,150). Sum of RGB (Red+Green+Blue) = 190+169+150=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA996 is #415669. Grayscale: #ADADAD. Windows color (decimal): -4281962 or 9873854. OLE color: 9873854.

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

Color convert

RGB190169150-
CMYK00.110.210.25
HSL28.5º23.53%66.67%-
HSV(B)28.5º21.05%74.51%-
XYZ40.9341.5334.71-
YUV173.11114.96140.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.33%
GREEN value IS 169 (66.41% from 255) = 33.20%
BLUE value IS 150 (58.98% from 255) = 29.47%
R=37.33%
G=33.20%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016915000.110.210.2528.523.5366.67
HexBEA9960B15191d1843
Octal27625122601325313530103
Binary10111110101010011001011001011101011100111101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA996; }

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

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

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

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

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

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

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

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