#BEAC97

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

Shades of Silk #BEAC97

Tints of Silk #BEAC97

Color information

#BEAC97 (or 0xBEAC97) is unknown color: approx Silk. HEX triplet: BE, AC and 97. RGB value is (190,172,151). Sum of RGB (Red+Green+Blue) = 190+172+151=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 151 (59.38% from 255 or 29.43% from 513); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAC97 is #415368. Grayscale: #AFAFAF. Windows color (decimal): -4281193 or 9940158. OLE color: 9940158.

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

Color convert

RGB190172151-
CMYK00.090.210.25
HSL32.31º23.08%66.86%-
HSV(B)32.31º20.53%74.51%-
XYZ41.5742.6935.33-
YUV174.99114.46138.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.04%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 151 (59.38% from 255) = 29.43%
R=37.04%
G=33.53%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017215100.090.210.2532.3123.0866.86
HexBEAC97091519201743
Octal27625422701125314027103
Binary101111101010110010010111010011010111001100000101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC97; }

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

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

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

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

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

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

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

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