#BF6079

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

Shades of Tapestry #BF6079

Tints of Tapestry #BF6079

Color information

#BF6079 (or 0xBF6079) is unknown color: approx Tapestry. HEX triplet: BF, 60 and 79. RGB value is (191,96,121). Sum of RGB (Red+Green+Blue) = 191+96+121=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6079 is #409F86. Grayscale: #7F7F7F. Windows color (decimal): -4235143 or 7954623. OLE color: 7954623.

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

Color convert

RGB19196121-
CMYK00.500.370.25
HSL344.21º42.6%56.27%-
HSV(B)344.21º49.74%74.9%-
XYZ29.1220.8220.57-
YUV127.25124.47173.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.81%
GREEN value IS 96 (37.89% from 255) = 23.53%
BLUE value IS 121 (47.66% from 255) = 29.66%
R=46.81%
G=23.53%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919612100.500.370.25344.2142.656.27
HexBF607903225191582b38
Octal27714017106245315305370
Binary1011111111000001111001011001010010111001101011000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6079; }

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

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

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

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

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

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

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

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