Shades of Tapestry #BF6585
Tints of Tapestry #BF6585
RGB
CMYK
RGB Variations
Color information
#BF6585 (or 0xBF6585) is known color: Tapestry. HEX triplet: BF, 65 and 85. RGB value is (191,101,133). Sum of RGB (Red+Green+Blue) = 191+101+133=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6585 is #409A7A. Grayscale: #838383. Windows color (decimal): -4233851 or 8742335. OLE color: 8742335.
HSL color Cylindrical-coordinate representation of color #BF6585: hue angle of 338.67º 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 #BF6585 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 101 | 133 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.25 |
| HSL | 338.67º | 0.41% | 0.57% | - |
| HSV(B) | 338.67º | 0.47% | 0.75% | - |
| XYZ | 30.37 | 22.08 | 24.85 | - |
| YUV | 131.56 | 128.82 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 133 | 0 | 0.47 | 0.30 | 0.25 | 338.67 | 0.41 | 0.57 |
| Hex | BF | 65 | 85 | 0 | 2F | 1E | 19 | 153 | 29 | 39 |
| Octal | 277 | 145 | 205 | 0 | 57 | 36 | 31 | 523 | 51 | 71 |
| Binary | 10111111 | 1100101 | 10000101 | 0 | 101111 | 11110 | 11001 | 101010011 | 101001 | 111001 |
Color Harmonies of #BF6585
Complementary color
Monochromatic Colors of #BF6585
Black with #BF6585
Text Example
Text Example
White with #BF6585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6585; }
p { color: rgb(191,101,133); }
H1.HeaderClassName
{
color: #BF6585;
}
.AnyTagClassName
{
color: #BF6585;
}
</style>
background-color css
<style>
a { background-color: #BF6585; }
a { background-color: rgb(191,101,133); }
div.DivClassName
{
background-color: #BF6585;
}
.BgClassName
{
background-color: #BF6585;
}
</style>
border-color css
<style>
span { border-color: #BF6585; }
span { border-color: rgb(191,101,133); }
td.TdClassName
{
border-color: #BF6585;
}
.TagClassName
{
border-color: #BF6585;
}
</style>