#BF6A79

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

Shades of Tapestry #BF6A79

Tints of Tapestry #BF6A79

Color information

#BF6A79 (or 0xBF6A79) is unknown color: approx Tapestry. HEX triplet: BF, 6A and 79. RGB value is (191,106,121). Sum of RGB (Red+Green+Blue) = 191+106+121=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6A79 is #409586. Grayscale: #858585. Windows color (decimal): -4232583 or 7957183. OLE color: 7957183.

HSL color Cylindrical-coordinate representation of color #BF6A79: hue angle of 349.41º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF6A79 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB191106121-
CMYK00.450.370.25
HSL349.41º39.91%58.24%-
HSV(B)349.41º44.5%74.9%-
XYZ30.0922.7620.9-
YUV133.12121.16169.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.69%
GREEN value IS 106 (41.80% from 255) = 25.36%
BLUE value IS 121 (47.66% from 255) = 28.95%
R=45.69%
G=25.36%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110612100.450.370.25349.4139.9158.24
HexBF6A7902D251915d283a
Octal27715217105545315355072
Binary1011111111010101111001010110110010111001101011101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6A79; }

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

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

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

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

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

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

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

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