Shades of Tapestry #BF6C7A
Tints of Tapestry #BF6C7A
RGB
CMYK
RGB Variations
Color information
#BF6C7A (or 0xBF6C7A) is known color: Tapestry. HEX triplet: BF, 6C and 7A. RGB value is (191,108,122). Sum of RGB (Red+Green+Blue) = 191+108+122=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6C7A is #409385. Grayscale: #868686. Windows color (decimal): -4232070 or 8023231. OLE color: 8023231.
HSL color Cylindrical-coordinate representation of color #BF6C7A: hue angle of 349.88º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF6C7A is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 108 | 122 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.25 |
| HSL | 349.88º | 0.39% | 0.59% | - |
| HSV(B) | 349.88º | 0.43% | 0.75% | - |
| XYZ | 30.36 | 23.21 | 21.29 | - |
| YUV | 134.41 | 121 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 108 | 122 | 0 | 0.43 | 0.36 | 0.25 | 349.88 | 0.39 | 0.59 |
| Hex | BF | 6C | 7A | 0 | 2B | 24 | 19 | 15E | 27 | 3B |
| Octal | 277 | 154 | 172 | 0 | 53 | 44 | 31 | 536 | 47 | 73 |
| Binary | 10111111 | 1101100 | 1111010 | 0 | 101011 | 100100 | 11001 | 101011110 | 100111 | 111011 |
Color Harmonies of #BF6C7A
Complementary color
Monochromatic Colors of #BF6C7A
Black with #BF6C7A
Text Example
Text Example
White with #BF6C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6C7A; }
p { color: rgb(191,108,122); }
H1.HeaderClassName
{
color: #BF6C7A;
}
.AnyTagClassName
{
color: #BF6C7A;
}
</style>
background-color css
<style>
a { background-color: #BF6C7A; }
a { background-color: rgb(191,108,122); }
div.DivClassName
{
background-color: #BF6C7A;
}
.BgClassName
{
background-color: #BF6C7A;
}
</style>
border-color css
<style>
span { border-color: #BF6C7A; }
span { border-color: rgb(191,108,122); }
td.TdClassName
{
border-color: #BF6C7A;
}
.TagClassName
{
border-color: #BF6C7A;
}
</style>