#BF7177

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

Shades of Tapestry #BF7177

Tints of Tapestry #BF7177

Color information

#BF7177 (or 0xBF7177) is unknown color: approx Tapestry. HEX triplet: BF, 71 and 77. RGB value is (191,113,119). Sum of RGB (Red+Green+Blue) = 191+113+119=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7177 is #408E88. Grayscale: #898989. Windows color (decimal): -4230793 or 7827903. OLE color: 7827903.

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

Color convert

RGB191113119-
CMYK00.410.380.25
HSL355.38º37.86%59.61%-
HSV(B)355.38º40.84%74.9%-
XYZ30.7224.2220.51-
YUV137.01117.84166.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.15%
GREEN value IS 113 (44.53% from 255) = 26.71%
BLUE value IS 119 (46.88% from 255) = 28.13%
R=45.15%
G=26.71%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111311900.410.380.25355.3837.8659.61
HexBF71770292619163263c
Octal27716116705146315434674
Binary1011111111100011110111010100110011011001101100011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7177; }

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

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

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

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

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

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

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

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