#BFA99D

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

Shades of Silk #BFA99D

Tints of Silk #BFA99D

Color information

#BFA99D (or 0xBFA99D) is unknown color: approx Silk. HEX triplet: BF, A9 and 9D. RGB value is (191,169,157). Sum of RGB (Red+Green+Blue) = 191+169+157=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA99D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA99D is #405662. Grayscale: #AEAEAE. Windows color (decimal): -4216419 or 10332607. OLE color: 10332607.

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

Color convert

RGB191169157-
CMYK00.120.180.25
HSL21.18º20.99%68.24%-
HSV(B)21.18º17.8%74.9%-
XYZ41.7641.8937.78-
YUV174.21118.29139.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.94%
GREEN value IS 169 (66.41% from 255) = 32.69%
BLUE value IS 157 (61.72% from 255) = 30.37%
R=36.94%
G=32.69%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116915700.120.180.2521.1820.9968.24
HexBFA99D0C1219151544
Octal27725123501422312525104
Binary10111111101010011001110101100100101100110101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA99D; }

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

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

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

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

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

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

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

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