#BF5D7E

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

Shades of Tapestry #BF5D7E

Tints of Tapestry #BF5D7E

Color information

#BF5D7E (or 0xBF5D7E) is unknown color: approx Tapestry. HEX triplet: BF, 5D and 7E. RGB value is (191,93,126). Sum of RGB (Red+Green+Blue) = 191+93+126=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5D7E is #40A281. Grayscale: #7E7E7E. Windows color (decimal): -4235906 or 8281535. OLE color: 8281535.

HSL color Cylindrical-coordinate representation of color #BF5D7E: hue angle of 339.8º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF5D7E is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB19193126-
CMYK00.510.340.25
HSL339.8º43.36%55.69%-
HSV(B)339.8º51.31%74.9%-
XYZ29.1720.4122.14-
YUV126.06127.97174.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.59%
GREEN value IS 93 (36.72% from 255) = 22.68%
BLUE value IS 126 (49.61% from 255) = 30.73%
R=46.59%
G=22.68%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919312600.510.340.25339.843.3655.69
HexBF5D7E03322191542b38
Octal27713517606342315245370
Binary1011111110111011111110011001110001011001101010100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5D7E; }

 p { color: rgb(191,93,126); }

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

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

 a { background-color: rgb(191,93,126); }

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

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

 span { border-color: rgb(191,93,126); }

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