#BF7580

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

Shades of Tapestry #BF7580

Tints of Tapestry #BF7580

Color information

#BF7580 (or 0xBF7580) is unknown color: approx Tapestry. HEX triplet: BF, 75 and 80. RGB value is (191,117,128). Sum of RGB (Red+Green+Blue) = 191+117+128=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7580 is #408A7F. Grayscale: #8C8C8C. Windows color (decimal): -4229760 or 8418751. OLE color: 8418751.

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

Color convert

RGB191117128-
CMYK00.390.330.25
HSL351.08º36.63%60.39%-
HSV(B)351.08º38.74%74.9%-
XYZ31.7425.3623.64-
YUV140.38121.02164.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.81%
GREEN value IS 117 (46.09% from 255) = 26.83%
BLUE value IS 128 (50.39% from 255) = 29.36%
R=43.81%
G=26.83%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111712800.390.330.25351.0836.6360.39
HexBF7580027211915f253c
Octal27716520004741315374574
Binary10111111111010110000000010011110000111001101011111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7580; }

 p { color: rgb(191,117,128); }

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

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

 a { background-color: rgb(191,117,128); }

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

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

 span { border-color: rgb(191,117,128); }

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