#BFAB9F

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

Shades of Silk #BFAB9F

Tints of Silk #BFAB9F

Color information

#BFAB9F (or 0xBFAB9F) is unknown color: approx Silk. HEX triplet: BF, AB and 9F. RGB value is (191,171,159). Sum of RGB (Red+Green+Blue) = 191+171+159=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAB9F is #405460. Grayscale: #AFAFAF. Windows color (decimal): -4215905 or 10464191. OLE color: 10464191.

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

Color convert

RGB191171159-
CMYK00.100.170.25
HSL22.5º20%68.63%-
HSV(B)22.5º16.75%74.9%-
XYZ42.3142.7138.81-
YUV175.61118.63138.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.66%
GREEN value IS 171 (67.19% from 255) = 32.82%
BLUE value IS 159 (62.5% from 255) = 30.52%
R=36.66%
G=32.82%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117115900.100.170.2522.52068.63
HexBFAB9F0A1119171445
Octal27725323701221312724105
Binary10111111101010111001111101010100011100110111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAB9F; }

 p { color: rgb(191,171,159); }

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

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

 a { background-color: rgb(191,171,159); }

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

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

 span { border-color: rgb(191,171,159); }

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