Shades of Tapestry #BF7081
Tints of Tapestry #BF7081
RGB
CMYK
RGB Variations
Color information
#BF7081 (or 0xBF7081) is known color: Tapestry. HEX triplet: BF, 70 and 81. RGB value is (191,112,129). Sum of RGB (Red+Green+Blue) = 191+112+129=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7081 is #408F7E. Grayscale: #898989. Windows color (decimal): -4231039 or 8483007. OLE color: 8483007.
HSL color Cylindrical-coordinate representation of color #BF7081: hue angle of 347.09º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF7081 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 112 | 129 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.25 |
| HSL | 347.09º | 0.38% | 0.59% | - |
| HSV(B) | 347.09º | 0.41% | 0.75% | - |
| XYZ | 31.24 | 24.25 | 23.8 | - |
| YUV | 137.56 | 123.17 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 129 | 0 | 0.41 | 0.32 | 0.25 | 347.09 | 0.38 | 0.59 |
| Hex | BF | 70 | 81 | 0 | 29 | 20 | 19 | 15B | 26 | 3B |
| Octal | 277 | 160 | 201 | 0 | 51 | 40 | 31 | 533 | 46 | 73 |
| Binary | 10111111 | 1110000 | 10000001 | 0 | 101001 | 100000 | 11001 | 101011011 | 100110 | 111011 |
Color Harmonies of #BF7081
Complementary color
Monochromatic Colors of #BF7081
Black with #BF7081
Text Example
Text Example
White with #BF7081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7081; }
p { color: rgb(191,112,129); }
H1.HeaderClassName
{
color: #BF7081;
}
.AnyTagClassName
{
color: #BF7081;
}
</style>
background-color css
<style>
a { background-color: #BF7081; }
a { background-color: rgb(191,112,129); }
div.DivClassName
{
background-color: #BF7081;
}
.BgClassName
{
background-color: #BF7081;
}
</style>
border-color css
<style>
span { border-color: #BF7081; }
span { border-color: rgb(191,112,129); }
td.TdClassName
{
border-color: #BF7081;
}
.TagClassName
{
border-color: #BF7081;
}
</style>