#BEACA1

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

Shades of Silk #BEACA1

Tints of Silk #BEACA1

Color information

#BEACA1 (or 0xBEACA1) is unknown color: approx Silk. HEX triplet: BE, AC and A1. RGB value is (190,172,161). Sum of RGB (Red+Green+Blue) = 190+172+161=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 161 (63.28% from 255 or 30.78% from 523); Max value from RGB is 190 - color contains mainly: red. Hex color #BEACA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEACA1 is #41535E. Grayscale: #B0B0B0. Windows color (decimal): -4281183 or 10595518. OLE color: 10595518.

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

Color convert

RGB190172161-
CMYK00.090.150.25
HSL22.76º18.24%68.82%-
HSV(B)22.76º15.26%74.51%-
XYZ42.4243.0339.79-
YUV176.13119.46137.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.33%
GREEN value IS 172 (67.58% from 255) = 32.89%
BLUE value IS 161 (63.28% from 255) = 30.78%
R=36.33%
G=32.89%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017216100.090.150.2522.7618.2468.82
HexBEACA109F19171245
Octal27625424101117312722105
Binary1011111010101100101000010100111111100110111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEACA1; }

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

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

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

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

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

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

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

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