#BEAC9C

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

Shades of Silk #BEAC9C

Tints of Silk #BEAC9C

Color information

#BEAC9C (or 0xBEAC9C) is unknown color: approx Silk. HEX triplet: BE, AC and 9C. RGB value is (190,172,156). Sum of RGB (Red+Green+Blue) = 190+172+156=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAC9C is #415363. Grayscale: #AFAFAF. Windows color (decimal): -4281188 or 10267838. OLE color: 10267838.

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

Color convert

RGB190172156-
CMYK00.090.180.25
HSL28.24º20.73%67.84%-
HSV(B)28.24º17.89%74.51%-
XYZ41.9942.8537.51-
YUV175.56116.96138.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.68%
GREEN value IS 172 (67.58% from 255) = 33.20%
BLUE value IS 156 (61.33% from 255) = 30.12%
R=36.68%
G=33.20%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017215600.090.180.2528.2420.7367.84
HexBEAC9C0912191c1544
Octal27625423401122313425104
Binary10111110101011001001110001001100101100111100101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC9C; }

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

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

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

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

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

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

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

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