#BF6A87

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

Shades of Tapestry #BF6A87

Tints of Tapestry #BF6A87

Color information

#BF6A87 (or 0xBF6A87) is unknown color: approx Tapestry. HEX triplet: BF, 6A and 87. RGB value is (191,106,135). Sum of RGB (Red+Green+Blue) = 191+106+135=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 135 (53.12% from 255 or 31.25% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6A87 is #409578. Grayscale: #868686. Windows color (decimal): -4232569 or 8874687. OLE color: 8874687.

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

Color convert

RGB191106135-
CMYK00.450.290.25
HSL339.53º39.91%58.24%-
HSV(B)339.53º44.5%74.9%-
XYZ31.0123.1325.75-
YUV134.72128.16168.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.21%
GREEN value IS 106 (41.80% from 255) = 24.54%
BLUE value IS 135 (53.12% from 255) = 31.25%
R=44.21%
G=24.54%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110613500.450.290.25339.5339.9158.24
HexBF6A8702D1D19154283a
Octal27715220705535315245072
Binary1011111111010101000011101011011110111001101010100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6A87; }

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

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

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

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

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

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

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

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