Shades of Tapestry #BF7482
Tints of Tapestry #BF7482
RGB
CMYK
RGB Variations
Color information
#BF7482 (or 0xBF7482) is known color: Tapestry. HEX triplet: BF, 74 and 82. RGB value is (191,116,130). Sum of RGB (Red+Green+Blue) = 191+116+130=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7482 is #408B7D. Grayscale: #8C8C8C. Windows color (decimal): -4230014 or 8549567. OLE color: 8549567.
HSL color Cylindrical-coordinate representation of color #BF7482: hue angle of 348.8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF7482 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 116 | 130 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.25 |
| HSL | 348.8º | 0.37% | 0.6% | - |
| HSV(B) | 348.8º | 0.39% | 0.75% | - |
| XYZ | 31.76 | 25.18 | 24.31 | - |
| YUV | 140.02 | 122.35 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 116 | 130 | 0 | 0.39 | 0.32 | 0.25 | 348.8 | 0.37 | 0.6 |
| Hex | BF | 74 | 82 | 0 | 27 | 20 | 19 | 15D | 25 | 3C |
| Octal | 277 | 164 | 202 | 0 | 47 | 40 | 31 | 535 | 45 | 74 |
| Binary | 10111111 | 1110100 | 10000010 | 0 | 100111 | 100000 | 11001 | 101011101 | 100101 | 111100 |
Color Harmonies of #BF7482
Complementary color
Monochromatic Colors of #BF7482
Black with #BF7482
Text Example
Text Example
White with #BF7482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7482; }
p { color: rgb(191,116,130); }
H1.HeaderClassName
{
color: #BF7482;
}
.AnyTagClassName
{
color: #BF7482;
}
</style>
background-color css
<style>
a { background-color: #BF7482; }
a { background-color: rgb(191,116,130); }
div.DivClassName
{
background-color: #BF7482;
}
.BgClassName
{
background-color: #BF7482;
}
</style>
border-color css
<style>
span { border-color: #BF7482; }
span { border-color: rgb(191,116,130); }
td.TdClassName
{
border-color: #BF7482;
}
.TagClassName
{
border-color: #BF7482;
}
</style>