#BF717E

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

Shades of Tapestry #BF717E

Tints of Tapestry #BF717E

Color information

#BF717E (or 0xBF717E) is unknown color: approx Tapestry. HEX triplet: BF, 71 and 7E. RGB value is (191,113,126). Sum of RGB (Red+Green+Blue) = 191+113+126=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF717E is #408E81. Grayscale: #898989. Windows color (decimal): -4230786 or 8286655. OLE color: 8286655.

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

Color convert

RGB191113126-
CMYK00.410.340.25
HSL350º37.86%59.61%-
HSV(B)350º40.84%74.9%-
XYZ31.1624.3922.8-
YUV137.8121.34165.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.42%
GREEN value IS 113 (44.53% from 255) = 26.28%
BLUE value IS 126 (49.61% from 255) = 29.30%
R=44.42%
G=26.28%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111312600.410.340.2535037.8659.61
HexBF717E029221915e263c
Octal27716117605142315364674
Binary1011111111100011111110010100110001011001101011110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF717E; }

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

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

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

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

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

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

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

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