#BF7186

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

Shades of Tapestry #BF7186

Tints of Tapestry #BF7186

Color information

#BF7186 (or 0xBF7186) is unknown color: approx Tapestry. HEX triplet: BF, 71 and 86. RGB value is (191,113,134). Sum of RGB (Red+Green+Blue) = 191+113+134=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7186 is #408E79. Grayscale: #8A8A8A. Windows color (decimal): -4230778 or 8810943. OLE color: 8810943.

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

Color convert

RGB191113134-
CMYK00.410.300.25
HSL343.85º37.86%59.61%-
HSV(B)343.85º40.84%74.9%-
XYZ31.6924.6125.63-
YUV138.72125.34165.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.61%
GREEN value IS 113 (44.53% from 255) = 25.80%
BLUE value IS 134 (52.73% from 255) = 30.59%
R=43.61%
G=25.80%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111313400.410.300.25343.8537.8659.61
HexBF71860291E19158263c
Octal27716120605136315304674
Binary1011111111100011000011001010011111011001101011000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7186; }

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

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

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

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

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

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

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

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