#BF7886

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

Shades of Tapestry #BF7886

Tints of Tapestry #BF7886

Color information

#BF7886 (or 0xBF7886) is unknown color: approx Tapestry. HEX triplet: BF, 78 and 86. RGB value is (191,120,134). Sum of RGB (Red+Green+Blue) = 191+120+134=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7886 is #408779. Grayscale: #8E8E8E. Windows color (decimal): -4228986 or 8812735. OLE color: 8812735.

HSL color Cylindrical-coordinate representation of color #BF7886: hue angle of 348.17º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF7886 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB191120134-
CMYK00.370.300.25
HSL348.17º35.68%60.98%-
HSV(B)348.17º37.17%74.9%-
XYZ32.5126.2325.9-
YUV142.82123.02162.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.92%
GREEN value IS 120 (47.27% from 255) = 26.97%
BLUE value IS 134 (52.73% from 255) = 30.11%
R=42.92%
G=26.97%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112013400.370.300.25348.1735.6860.98
HexBF78860251E1915c243d
Octal27717020604536315344475
Binary1011111111110001000011001001011111011001101011100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7886; }

 p { color: rgb(191,120,134); }

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

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

 a { background-color: rgb(191,120,134); }

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

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

 span { border-color: rgb(191,120,134); }

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