#BF6D79

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

Shades of Tapestry #BF6D79

Tints of Tapestry #BF6D79

Color information

#BF6D79 (or 0xBF6D79) is unknown color: approx Tapestry. HEX triplet: BF, 6D and 79. RGB value is (191,109,121). Sum of RGB (Red+Green+Blue) = 191+109+121=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6D79 is #409286. Grayscale: #868686. Windows color (decimal): -4231815 or 7957951. OLE color: 7957951.

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

Color convert

RGB191109121-
CMYK00.430.370.25
HSL351.22º39.05%58.82%-
HSV(B)351.22º42.93%74.9%-
XYZ30.4123.3921-
YUV134.89120.17168.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 109 (42.97% from 255) = 25.89%
BLUE value IS 121 (47.66% from 255) = 28.74%
R=45.37%
G=25.89%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110912100.430.370.25351.2239.0558.82
HexBF6D7902B251915f273b
Octal27715517105345315374773
Binary1011111111011011111001010101110010111001101011111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6D79; }

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

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

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

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

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

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

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

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