#BFAFA1

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

Shades of Silk #BFAFA1

Tints of Silk #BFAFA1

Color information

#BFAFA1 (or 0xBFAFA1) is unknown color: approx Silk. HEX triplet: BF, AF and A1. RGB value is (191,175,161). Sum of RGB (Red+Green+Blue) = 191+175+161=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 161 (63.28% from 255 or 30.55% from 527); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAFA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAFA1 is #40505E. Grayscale: #B2B2B2. Windows color (decimal): -4214879 or 10596287. OLE color: 10596287.

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

Color convert

RGB191175161-
CMYK00.080.160.25
HSL28º18.99%69.02%-
HSV(B)28º15.71%74.9%-
XYZ43.2544.3139.99-
YUV178.19118.3137.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.24%
GREEN value IS 175 (68.75% from 255) = 33.21%
BLUE value IS 161 (63.28% from 255) = 30.55%
R=36.24%
G=33.21%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117516100.080.160.252818.9969.02
HexBFAFA10810191c1345
Octal27725724101020313423105
Binary10111111101011111010000101000100001100111100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAFA1; }

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

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

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

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

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

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

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

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