#BEAFA4

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

Shades of Silk #BEAFA4

Tints of Silk #BEAFA4

Color information

#BEAFA4 (or 0xBEAFA4) is unknown color: approx Silk. HEX triplet: BE, AF and A4. RGB value is (190,175,164). Sum of RGB (Red+Green+Blue) = 190+175+164=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAFA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAFA4 is #41505B. Grayscale: #B2B2B2. Windows color (decimal): -4280412 or 10792894. OLE color: 10792894.

HSL color Cylindrical-coordinate representation of color #BEAFA4: hue angle of 25.38º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEAFA4 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB190175164-
CMYK00.080.140.25
HSL25.38º16.67%69.41%-
HSV(B)25.38º13.68%74.51%-
XYZ43.2744.2941.39-
YUV178.23119.97136.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.92%
GREEN value IS 175 (68.75% from 255) = 33.08%
BLUE value IS 164 (64.45% from 255) = 31.00%
R=35.92%
G=33.08%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017516400.080.140.2525.3816.6769.41
HexBEAFA408E19191145
Octal27625724401016313121105
Binary1011111010101111101001000100011101100111001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFA4; }

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

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

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

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

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

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

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

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