Shades of Tapestry #BF6873
Tints of Tapestry #BF6873
RGB
CMYK
RGB Variations
Color information
#BF6873 (or 0xBF6873) is known color: Tapestry. HEX triplet: BF, 68 and 73. RGB value is (191,104,115). Sum of RGB (Red+Green+Blue) = 191+104+115=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6873 is #40978C. Grayscale: #838383. Windows color (decimal): -4233101 or 7563455. OLE color: 7563455.
HSL color Cylindrical-coordinate representation of color #BF6873: hue angle of 352.41º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF6873 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 104 | 115 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.25 |
| HSL | 352.41º | 0.4% | 0.58% | - |
| HSV(B) | 352.41º | 0.46% | 0.75% | - |
| XYZ | 29.53 | 22.21 | 18.95 | - |
| YUV | 131.27 | 118.82 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 115 | 0 | 0.46 | 0.40 | 0.25 | 352.41 | 0.4 | 0.58 |
| Hex | BF | 68 | 73 | 0 | 2E | 28 | 19 | 160 | 28 | 3A |
| Octal | 277 | 150 | 163 | 0 | 56 | 50 | 31 | 540 | 50 | 72 |
| Binary | 10111111 | 1101000 | 1110011 | 0 | 101110 | 101000 | 11001 | 101100000 | 101000 | 111010 |
Color Harmonies of #BF6873
Complementary color
Monochromatic Colors of #BF6873
Black with #BF6873
Text Example
Text Example
White with #BF6873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6873; }
p { color: rgb(191,104,115); }
H1.HeaderClassName
{
color: #BF6873;
}
.AnyTagClassName
{
color: #BF6873;
}
</style>
background-color css
<style>
a { background-color: #BF6873; }
a { background-color: rgb(191,104,115); }
div.DivClassName
{
background-color: #BF6873;
}
.BgClassName
{
background-color: #BF6873;
}
</style>
border-color css
<style>
span { border-color: #BF6873; }
span { border-color: rgb(191,104,115); }
td.TdClassName
{
border-color: #BF6873;
}
.TagClassName
{
border-color: #BF6873;
}
</style>