#BF7179

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

Shades of Tapestry #BF7179

Tints of Tapestry #BF7179

Color information

#BF7179 (or 0xBF7179) is unknown color: approx Tapestry. HEX triplet: BF, 71 and 79. RGB value is (191,113,121). Sum of RGB (Red+Green+Blue) = 191+113+121=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7179 is #408E86. Grayscale: #898989. Windows color (decimal): -4230791 or 7958975. OLE color: 7958975.

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

Color convert

RGB191113121-
CMYK00.410.370.25
HSL353.85º37.86%59.61%-
HSV(B)353.85º40.84%74.9%-
XYZ30.8424.2721.15-
YUV137.23118.84166.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 113 (44.53% from 255) = 26.59%
BLUE value IS 121 (47.66% from 255) = 28.47%
R=44.94%
G=26.59%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111312100.410.370.25353.8537.8659.61
HexBF71790292519162263c
Octal27716117105145315424674
Binary1011111111100011111001010100110010111001101100010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7179; }

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

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

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

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

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

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

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

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