#BF6F87

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

Shades of Tapestry #BF6F87

Tints of Tapestry #BF6F87

Color information

#BF6F87 (or 0xBF6F87) is unknown color: approx Tapestry. HEX triplet: BF, 6F and 87. RGB value is (191,111,135). Sum of RGB (Red+Green+Blue) = 191+111+135=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6F87 is #409078. Grayscale: #898989. Windows color (decimal): -4231289 or 8875967. OLE color: 8875967.

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

Color convert

RGB191111135-
CMYK00.420.290.25
HSL342º38.46%59.22%-
HSV(B)342º41.88%74.9%-
XYZ31.5424.1925.93-
YUV137.66126.5166.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.71%
GREEN value IS 111 (43.75% from 255) = 25.40%
BLUE value IS 135 (53.12% from 255) = 30.89%
R=43.71%
G=25.40%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111113500.420.290.2534238.4659.22
HexBF6F8702A1D19156263b
Octal27715720705235315264673
Binary1011111111011111000011101010101110111001101010110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F87; }

 p { color: rgb(191,111,135); }

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

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

 a { background-color: rgb(191,111,135); }

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

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

 span { border-color: rgb(191,111,135); }

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