#BF7187

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

Shades of Tapestry #BF7187

Tints of Tapestry #BF7187

Color information

#BF7187 (or 0xBF7187) is unknown color: approx Tapestry. HEX triplet: BF, 71 and 87. RGB value is (191,113,135). Sum of RGB (Red+Green+Blue) = 191+113+135=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7187 is #408E78. Grayscale: #8A8A8A. Windows color (decimal): -4230777 or 8876479. OLE color: 8876479.

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

Color convert

RGB191113135-
CMYK00.410.290.25
HSL343.08º37.86%59.61%-
HSV(B)343.08º40.84%74.9%-
XYZ31.7624.6426-
YUV138.83125.84165.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.51%
GREEN value IS 113 (44.53% from 255) = 25.74%
BLUE value IS 135 (53.12% from 255) = 30.75%
R=43.51%
G=25.74%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111313500.410.290.25343.0837.8659.61
HexBF71870291D19157263c
Octal27716120705135315274674
Binary1011111111100011000011101010011110111001101010111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7187; }

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

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

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

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

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

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

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

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