#BFAC9D

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

Shades of Silk #BFAC9D

Tints of Silk #BFAC9D

Color information

#BFAC9D (or 0xBFAC9D) is unknown color: approx Silk. HEX triplet: BF, AC and 9D. RGB value is (191,172,157). Sum of RGB (Red+Green+Blue) = 191+172+157=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAC9D is #405362. Grayscale: #B0B0B0. Windows color (decimal): -4215651 or 10333375. OLE color: 10333375.

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

Color convert

RGB191172157-
CMYK00.100.180.25
HSL26.47º20.99%68.24%-
HSV(B)26.47º17.8%74.9%-
XYZ42.3243.0237.97-
YUV175.97117.29138.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 172 (67.58% from 255) = 33.08%
BLUE value IS 157 (61.72% from 255) = 30.19%
R=36.73%
G=33.08%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117215700.100.180.2526.4720.9968.24
HexBFAC9D0A12191a1544
Octal27725423501222313225104
Binary10111111101011001001110101010100101100111010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAC9D; }

 p { color: rgb(191,172,157); }

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

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

 a { background-color: rgb(191,172,157); }

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

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

 span { border-color: rgb(191,172,157); }

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