#BEA692

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

Shades of Silk #BEA692

Tints of Silk #BEA692

Color information

#BEA692 (or 0xBEA692) is unknown color: approx Silk. HEX triplet: BE, A6 and 92. RGB value is (190,166,146). Sum of RGB (Red+Green+Blue) = 190+166+146=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA692 is #41596D. Grayscale: #ABABAB. Windows color (decimal): -4282734 or 9610942. OLE color: 9610942.

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

Color convert

RGB190166146-
CMYK00.130.230.25
HSL27.27º25.29%65.88%-
HSV(B)27.27º23.16%74.51%-
XYZ40.0640.2932.86-
YUV170.9113.95141.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.85%
GREEN value IS 166 (65.23% from 255) = 33.07%
BLUE value IS 146 (57.42% from 255) = 29.08%
R=37.85%
G=33.07%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016614600.130.230.2527.2725.2965.88
HexBEA6920D17191b1942
Octal27624622201527313331102
Binary10111110101001101001001001101101111100111011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA692; }

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

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

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

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

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

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

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

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