#BF6580

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

Shades of Tapestry #BF6580

Tints of Tapestry #BF6580

Color information

#BF6580 (or 0xBF6580) is unknown color: approx Tapestry. HEX triplet: BF, 65 and 80. RGB value is (191,101,128). Sum of RGB (Red+Green+Blue) = 191+101+128=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6580 is #409A7F. Grayscale: #828282. Windows color (decimal): -4233856 or 8414655. OLE color: 8414655.

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

Color convert

RGB191101128-
CMYK00.470.330.25
HSL342º41.28%57.25%-
HSV(B)342º47.12%74.9%-
XYZ30.0421.9423.07-
YUV130.99126.32170.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 101 (39.84% from 255) = 24.05%
BLUE value IS 128 (50.39% from 255) = 30.48%
R=45.48%
G=24.05%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110112800.470.330.2534241.2857.25
HexBF658002F21191562939
Octal27714520005741315265171
Binary10111111110010110000000010111110000111001101010110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6580; }

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

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

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

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

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

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

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

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