#BEA699

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

Shades of Silk #BEA699

Tints of Silk #BEA699

Color information

#BEA699 (or 0xBEA699) is unknown color: approx Silk. HEX triplet: BE, A6 and 99. RGB value is (190,166,153). Sum of RGB (Red+Green+Blue) = 190+166+153=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA699 is #415966. Grayscale: #ABABAB. Windows color (decimal): -4282727 or 10069694. OLE color: 10069694.

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

Color convert

RGB190166153-
CMYK00.130.190.25
HSL21.08º22.16%67.25%-
HSV(B)21.08º19.47%74.51%-
XYZ40.6240.5235.82-
YUV171.69117.45141.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.33%
GREEN value IS 166 (65.23% from 255) = 32.61%
BLUE value IS 153 (60.16% from 255) = 30.06%
R=37.33%
G=32.61%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016615300.130.190.2521.0822.1667.25
HexBEA6990D1319151643
Octal27624623101523312526103
Binary10111110101001101001100101101100111100110101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA699; }

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

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

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

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

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

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

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

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