#BEAB9F

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

Shades of Silk #BEAB9F

Tints of Silk #BEAB9F

Color information

#BEAB9F (or 0xBEAB9F) is unknown color: approx Silk. HEX triplet: BE, AB and 9F. RGB value is (190,171,159). Sum of RGB (Red+Green+Blue) = 190+171+159=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 159 (62.5% from 255 or 30.58% from 520); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAB9F is #415460. Grayscale: #AFAFAF. Windows color (decimal): -4281441 or 10464190. OLE color: 10464190.

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

Color convert

RGB190171159-
CMYK00.100.160.25
HSL23.23º19.25%68.43%-
HSV(B)23.23º16.32%74.51%-
XYZ42.0642.5838.8-
YUV175.31118.79138.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 171 (67.19% from 255) = 32.88%
BLUE value IS 159 (62.5% from 255) = 30.58%
R=36.54%
G=32.88%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017115900.100.160.2523.2319.2568.43
HexBEAB9F0A1019171344
Octal27625323701220312723104
Binary10111110101010111001111101010100001100110111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB9F; }

 p { color: rgb(190,171,159); }

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

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

 a { background-color: rgb(190,171,159); }

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

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

 span { border-color: rgb(190,171,159); }

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