#BEA697

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

Shades of Silk #BEA697

Tints of Silk #BEA697

Color information

#BEA697 (or 0xBEA697) is unknown color: approx Silk. HEX triplet: BE, A6 and 97. RGB value is (190,166,151). Sum of RGB (Red+Green+Blue) = 190+166+151=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA697 is #415968. Grayscale: #ABABAB. Windows color (decimal): -4282729 or 9938622. OLE color: 9938622.

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

Color convert

RGB190166151-
CMYK00.130.210.25
HSL23.08º23.08%66.86%-
HSV(B)23.08º20.53%74.51%-
XYZ40.4640.4534.95-
YUV171.47116.45141.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.48%
GREEN value IS 166 (65.23% from 255) = 32.74%
BLUE value IS 151 (59.38% from 255) = 29.78%
R=37.48%
G=32.74%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016615100.130.210.2523.0823.0866.86
HexBEA6970D1519171743
Octal27624622701525312727103
Binary10111110101001101001011101101101011100110111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA697; }

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

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

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

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

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

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

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

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