#BF718B

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

Shades of Tapestry #BF718B

Tints of Tapestry #BF718B

Color information

#BF718B (or 0xBF718B) is unknown color: approx Tapestry. HEX triplet: BF, 71 and 8B. RGB value is (191,113,139). Sum of RGB (Red+Green+Blue) = 191+113+139=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF718B is #408E74. Grayscale: #8B8B8B. Windows color (decimal): -4230773 or 9138623. OLE color: 9138623.

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

Color convert

RGB191113139-
CMYK00.410.270.25
HSL340º37.86%59.61%-
HSV(B)340º40.84%74.9%-
XYZ32.0524.7527.51-
YUV139.29127.84164.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.12%
GREEN value IS 113 (44.53% from 255) = 25.51%
BLUE value IS 139 (54.69% from 255) = 31.38%
R=43.12%
G=25.51%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111313900.410.270.2534037.8659.61
HexBF718B0291B19154263c
Octal27716121305133315244674
Binary1011111111100011000101101010011101111001101010100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF718B; }

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

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

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

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

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

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

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

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