#BFAF9D

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

Shades of Silk #BFAF9D

Tints of Silk #BFAF9D

Color information

#BFAF9D (or 0xBFAF9D) is unknown color: approx Silk. HEX triplet: BF, AF and 9D. RGB value is (191,175,157). Sum of RGB (Red+Green+Blue) = 191+175+157=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 157 (61.72% from 255 or 30.02% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAF9D is #405062. Grayscale: #B1B1B1. Windows color (decimal): -4214883 or 10334143. OLE color: 10334143.

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

Color convert

RGB191175157-
CMYK00.080.180.25
HSL31.76º20.99%68.24%-
HSV(B)31.76º17.8%74.9%-
XYZ42.944.1738.16-
YUV177.73116.3137.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.52%
GREEN value IS 175 (68.75% from 255) = 33.46%
BLUE value IS 157 (61.72% from 255) = 30.02%
R=36.52%
G=33.46%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117515700.080.180.2531.7620.9968.24
HexBFAF9D081219201544
Octal27725723501022314025104
Binary101111111010111110011101010001001011001100000101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAF9D; }

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

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

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

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

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

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

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

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