Shades of Tapestry #BF667E
Tints of Tapestry #BF667E
RGB
CMYK
RGB Variations
Color information
#BF667E (or 0xBF667E) is known color: Tapestry. HEX triplet: BF, 66 and 7E. RGB value is (191,102,126). Sum of RGB (Red+Green+Blue) = 191+102+126=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF667E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF667E is #409981. Grayscale: #838383. Windows color (decimal): -4233602 or 8283839. OLE color: 8283839.
HSL color Cylindrical-coordinate representation of color #BF667E: hue angle of 343.82º 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 #BF667E is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 102 | 126 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.25 |
| HSL | 343.82º | 0.41% | 0.57% | - |
| HSV(B) | 343.82º | 0.47% | 0.75% | - |
| XYZ | 30 | 22.09 | 22.42 | - |
| YUV | 131.35 | 124.99 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 126 | 0 | 0.47 | 0.34 | 0.25 | 343.82 | 0.41 | 0.57 |
| Hex | BF | 66 | 7E | 0 | 2F | 22 | 19 | 158 | 29 | 39 |
| Octal | 277 | 146 | 176 | 0 | 57 | 42 | 31 | 530 | 51 | 71 |
| Binary | 10111111 | 1100110 | 1111110 | 0 | 101111 | 100010 | 11001 | 101011000 | 101001 | 111001 |
Color Harmonies of #BF667E
Complementary color
Monochromatic Colors of #BF667E
Black with #BF667E
Text Example
Text Example
White with #BF667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF667E; }
p { color: rgb(191,102,126); }
H1.HeaderClassName
{
color: #BF667E;
}
.AnyTagClassName
{
color: #BF667E;
}
</style>
background-color css
<style>
a { background-color: #BF667E; }
a { background-color: rgb(191,102,126); }
div.DivClassName
{
background-color: #BF667E;
}
.BgClassName
{
background-color: #BF667E;
}
</style>
border-color css
<style>
span { border-color: #BF667E; }
span { border-color: rgb(191,102,126); }
td.TdClassName
{
border-color: #BF667E;
}
.TagClassName
{
border-color: #BF667E;
}
</style>