#BEACA0

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

Shades of Silk #BEACA0

Tints of Silk #BEACA0

Color information

#BEACA0 (or 0xBEACA0) is unknown color: approx Silk. HEX triplet: BE, AC and A0. RGB value is (190,172,160). Sum of RGB (Red+Green+Blue) = 190+172+160=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BEACA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEACA0 is #41535F. Grayscale: #B0B0B0. Windows color (decimal): -4281184 or 10529982. OLE color: 10529982.

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

Color convert

RGB190172160-
CMYK00.090.160.25
HSL24º18.75%68.63%-
HSV(B)24º15.79%74.51%-
XYZ42.3342.9939.32-
YUV176.01118.96137.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.40%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 160 (62.89% from 255) = 30.65%
R=36.40%
G=32.95%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017216000.090.160.252418.7568.63
HexBEACA0091019181345
Octal27625424001120313023105
Binary10111110101011001010000001001100001100111000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEACA0; }

 p { color: rgb(190,172,160); }

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

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

 a { background-color: rgb(190,172,160); }

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

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

 span { border-color: rgb(190,172,160); }

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