Shades of Tapestry #BF6575
Tints of Tapestry #BF6575
RGB
CMYK
RGB Variations
Color information
#BF6575 (or 0xBF6575) is known color: Tapestry. HEX triplet: BF, 65 and 75. RGB value is (191,101,117). Sum of RGB (Red+Green+Blue) = 191+101+117=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6575 is #409A8A. Grayscale: #818181. Windows color (decimal): -4233867 or 7693759. OLE color: 7693759.
HSL color Cylindrical-coordinate representation of color #BF6575: hue angle of 349.33º 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 #BF6575 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 101 | 117 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.25 |
| HSL | 349.33º | 0.41% | 0.57% | - |
| HSV(B) | 349.33º | 0.47% | 0.75% | - |
| XYZ | 29.35 | 21.67 | 19.47 | - |
| YUV | 129.73 | 120.82 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 117 | 0 | 0.47 | 0.39 | 0.25 | 349.33 | 0.41 | 0.57 |
| Hex | BF | 65 | 75 | 0 | 2F | 27 | 19 | 15D | 29 | 39 |
| Octal | 277 | 145 | 165 | 0 | 57 | 47 | 31 | 535 | 51 | 71 |
| Binary | 10111111 | 1100101 | 1110101 | 0 | 101111 | 100111 | 11001 | 101011101 | 101001 | 111001 |
Color Harmonies of #BF6575
Complementary color
Monochromatic Colors of #BF6575
Black with #BF6575
Text Example
Text Example
White with #BF6575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6575; }
p { color: rgb(191,101,117); }
H1.HeaderClassName
{
color: #BF6575;
}
.AnyTagClassName
{
color: #BF6575;
}
</style>
background-color css
<style>
a { background-color: #BF6575; }
a { background-color: rgb(191,101,117); }
div.DivClassName
{
background-color: #BF6575;
}
.BgClassName
{
background-color: #BF6575;
}
</style>
border-color css
<style>
span { border-color: #BF6575; }
span { border-color: rgb(191,101,117); }
td.TdClassName
{
border-color: #BF6575;
}
.TagClassName
{
border-color: #BF6575;
}
</style>