Shades of Tapestry #BF6E7B
Tints of Tapestry #BF6E7B
RGB
CMYK
RGB Variations
Color information
#BF6E7B (or 0xBF6E7B) is known color: Tapestry. HEX triplet: BF, 6E and 7B. RGB value is (191,110,123). Sum of RGB (Red+Green+Blue) = 191+110+123=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6E7B is #409184. Grayscale: #878787. Windows color (decimal): -4231557 or 8089279. OLE color: 8089279.
HSL color Cylindrical-coordinate representation of color #BF6E7B: hue angle of 350.37º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF6E7B is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 110 | 123 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.25 |
| HSL | 350.37º | 0.39% | 0.59% | - |
| HSV(B) | 350.37º | 0.42% | 0.75% | - |
| XYZ | 30.64 | 23.66 | 21.69 | - |
| YUV | 135.7 | 120.84 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 110 | 123 | 0 | 0.42 | 0.36 | 0.25 | 350.37 | 0.39 | 0.59 |
| Hex | BF | 6E | 7B | 0 | 2A | 24 | 19 | 15E | 27 | 3B |
| Octal | 277 | 156 | 173 | 0 | 52 | 44 | 31 | 536 | 47 | 73 |
| Binary | 10111111 | 1101110 | 1111011 | 0 | 101010 | 100100 | 11001 | 101011110 | 100111 | 111011 |
Color Harmonies of #BF6E7B
Complementary color
Monochromatic Colors of #BF6E7B
Black with #BF6E7B
Text Example
Text Example
White with #BF6E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6E7B; }
p { color: rgb(191,110,123); }
H1.HeaderClassName
{
color: #BF6E7B;
}
.AnyTagClassName
{
color: #BF6E7B;
}
</style>
background-color css
<style>
a { background-color: #BF6E7B; }
a { background-color: rgb(191,110,123); }
div.DivClassName
{
background-color: #BF6E7B;
}
.BgClassName
{
background-color: #BF6E7B;
}
</style>
border-color css
<style>
span { border-color: #BF6E7B; }
span { border-color: rgb(191,110,123); }
td.TdClassName
{
border-color: #BF6E7B;
}
.TagClassName
{
border-color: #BF6E7B;
}
</style>