#BEAA9C

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

Shades of Silk #BEAA9C

Tints of Silk #BEAA9C

Color information

#BEAA9C (or 0xBEAA9C) is unknown color: approx Silk. HEX triplet: BE, AA and 9C. RGB value is (190,170,156). Sum of RGB (Red+Green+Blue) = 190+170+156=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAA9C is #415563. Grayscale: #AEAEAE. Windows color (decimal): -4281700 or 10267326. OLE color: 10267326.

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

Color convert

RGB190170156-
CMYK00.110.180.25
HSL24.71º20.73%67.84%-
HSV(B)24.71º17.89%74.51%-
XYZ41.6142.137.38-
YUV174.38117.63139.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.82%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 156 (61.33% from 255) = 30.23%
R=36.82%
G=32.95%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017015600.110.180.2524.7120.7367.84
HexBEAA9C0B1219191544
Octal27625223401322313125104
Binary10111110101010101001110001011100101100111001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAA9C; }

 p { color: rgb(190,170,156); }

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

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

 a { background-color: rgb(190,170,156); }

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

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

 span { border-color: rgb(190,170,156); }

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