#BF7987

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

Shades of Tapestry #BF7987

Tints of Tapestry #BF7987

Color information

#BF7987 (or 0xBF7987) is unknown color: approx Tapestry. HEX triplet: BF, 79 and 87. RGB value is (191,121,135). Sum of RGB (Red+Green+Blue) = 191+121+135=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 135 (53.12% from 255 or 30.20% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7987 is #408678. Grayscale: #8F8F8F. Windows color (decimal): -4228729 or 8878527. OLE color: 8878527.

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

Color convert

RGB191121135-
CMYK00.370.290.25
HSL348º35.35%61.18%-
HSV(B)348º36.65%74.9%-
XYZ32.726.526.31-
YUV143.53123.19161.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 121 (47.66% from 255) = 27.07%
BLUE value IS 135 (53.12% from 255) = 30.20%
R=42.73%
G=27.07%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112113500.370.290.2534835.3561.18
HexBF79870251D1915c233d
Octal27717120704535315344375
Binary1011111111110011000011101001011110111001101011100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7987; }

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

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

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

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

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

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

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

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