#BFAEA4

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

Shades of Silk #BFAEA4

Tints of Silk #BFAEA4

Color information

#BFAEA4 (or 0xBFAEA4) is unknown color: approx Silk. HEX triplet: BF, AE and A4. RGB value is (191,174,164). Sum of RGB (Red+Green+Blue) = 191+174+164=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAEA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAEA4 is #40515B. Grayscale: #B1B1B1. Windows color (decimal): -4215132 or 10792639. OLE color: 10792639.

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

Color convert

RGB191174164-
CMYK00.090.140.25
HSL22.22º17.42%69.61%-
HSV(B)22.22º14.14%74.9%-
XYZ43.3244.0341.34-
YUV177.94120.13137.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.11%
GREEN value IS 174 (68.36% from 255) = 32.89%
BLUE value IS 164 (64.45% from 255) = 31.00%
R=36.11%
G=32.89%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117416400.090.140.2522.2217.4269.61
HexBFAEA409E19161146
Octal27725624401116312621106
Binary1011111110101110101001000100111101100110110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAEA4; }

 p { color: rgb(191,174,164); }

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

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

 a { background-color: rgb(191,174,164); }

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

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

 span { border-color: rgb(191,174,164); }

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