Shades of Tapestry #BF6580
Tints of Tapestry #BF6580
RGB
CMYK
RGB Variations
Color information
#BF6580 (or 0xBF6580) is known color: 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
| RGB | 191 | 101 | 128 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.25 |
| HSL | 342º | 0.41% | 0.57% | - |
| HSV(B) | 342º | 0.47% | 0.75% | - |
| XYZ | 30.04 | 21.94 | 23.07 | - |
| YUV | 130.99 | 126.32 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 128 | 0 | 0.47 | 0.33 | 0.25 | 342 | 0.41 | 0.57 |
| Hex | BF | 65 | 80 | 0 | 2F | 21 | 19 | 156 | 29 | 39 |
| Octal | 277 | 145 | 200 | 0 | 57 | 41 | 31 | 526 | 51 | 71 |
| Binary | 10111111 | 1100101 | 10000000 | 0 | 101111 | 100001 | 11001 | 101010110 | 101001 | 111001 |
Color Harmonies of #BF6580
Complementary color
Monochromatic Colors of #BF6580
Black with #BF6580
Text Example
Text Example
White with #BF6580
Text Example
Text Example
HTML Codes & Css Web 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>