#BEA892

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

Shades of Silk #BEA892

Tints of Silk #BEA892

Color information

#BEA892 (or 0xBEA892) is unknown color: approx Silk. HEX triplet: BE, A8 and 92. RGB value is (190,168,146). Sum of RGB (Red+Green+Blue) = 190+168+146=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA892 is #41576D. Grayscale: #ACACAC. Windows color (decimal): -4282222 or 9611454. OLE color: 9611454.

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

Color convert

RGB190168146-
CMYK00.120.230.25
HSL30º25.29%65.88%-
HSV(B)30º23.16%74.51%-
XYZ40.4341.0332.98-
YUV172.07113.29140.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.70%
GREEN value IS 168 (66.02% from 255) = 33.33%
BLUE value IS 146 (57.42% from 255) = 28.97%
R=37.70%
G=33.33%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016814600.120.230.253025.2965.88
HexBEA8920C17191e1942
Octal27625022201427313631102
Binary10111110101010001001001001100101111100111110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA892; }

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

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

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

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

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

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

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

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