#BF5E7E

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

Shades of Tapestry #BF5E7E

Tints of Tapestry #BF5E7E

Color information

#BF5E7E (or 0xBF5E7E) is unknown color: approx Tapestry. HEX triplet: BF, 5E and 7E. RGB value is (191,94,126). Sum of RGB (Red+Green+Blue) = 191+94+126=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5E7E is #40A181. Grayscale: #7E7E7E. Windows color (decimal): -4235650 or 8281791. OLE color: 8281791.

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

Color convert

RGB19194126-
CMYK00.510.340.25
HSL340.21º43.11%55.88%-
HSV(B)340.21º50.79%74.9%-
XYZ29.2520.5922.17-
YUV126.65127.64173.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.47%
GREEN value IS 94 (37.11% from 255) = 22.87%
BLUE value IS 126 (49.61% from 255) = 30.66%
R=46.47%
G=22.87%
B=30.66%

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
Decimal1919412600.510.340.25340.2143.1155.88
HexBF5E7E03322191542b38
Octal27713617606342315245370
Binary1011111110111101111110011001110001011001101010100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5E7E; }

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

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

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

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

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

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

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

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