#BEAF9F

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

Shades of Silk #BEAF9F

Tints of Silk #BEAF9F

Color information

#BEAF9F (or 0xBEAF9F) is unknown color: approx Silk. HEX triplet: BE, AF and 9F. RGB value is (190,175,159). Sum of RGB (Red+Green+Blue) = 190+175+159=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAF9F is #415060. Grayscale: #B1B1B1. Windows color (decimal): -4280417 or 10465214. OLE color: 10465214.

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

Color convert

RGB190175159-
CMYK00.080.160.25
HSL30.97º19.25%68.43%-
HSV(B)30.97º16.32%74.51%-
XYZ42.8244.1139.06-
YUV177.66117.47136.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.26%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 159 (62.5% from 255) = 30.34%
R=36.26%
G=33.40%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017515900.080.160.2530.9719.2568.43
HexBEAF9F0810191f1344
Octal27625723701020313723104
Binary10111110101011111001111101000100001100111111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAF9F; }

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

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

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

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

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

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

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

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