Shades of Tapestry #BF7589
Tints of Tapestry #BF7589
RGB
CMYK
RGB Variations
Color information
#BF7589 (or 0xBF7589) is known color: Tapestry. HEX triplet: BF, 75 and 89. RGB value is (191,117,137). Sum of RGB (Red+Green+Blue) = 191+117+137=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7589 is #408A76. Grayscale: #8D8D8D. Windows color (decimal): -4229751 or 9008575. OLE color: 9008575.
HSL color Cylindrical-coordinate representation of color #BF7589: hue angle of 343.78º 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 #BF7589 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 117 | 137 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.25 |
| HSL | 343.78º | 0.37% | 0.6% | - |
| HSV(B) | 343.78º | 0.39% | 0.75% | - |
| XYZ | 32.36 | 25.61 | 26.9 | - |
| YUV | 141.41 | 125.52 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 117 | 137 | 0 | 0.39 | 0.28 | 0.25 | 343.78 | 0.37 | 0.6 |
| Hex | BF | 75 | 89 | 0 | 27 | 1C | 19 | 158 | 25 | 3C |
| Octal | 277 | 165 | 211 | 0 | 47 | 34 | 31 | 530 | 45 | 74 |
| Binary | 10111111 | 1110101 | 10001001 | 0 | 100111 | 11100 | 11001 | 101011000 | 100101 | 111100 |
Color Harmonies of #BF7589
Complementary color
Monochromatic Colors of #BF7589
Black with #BF7589
Text Example
Text Example
White with #BF7589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7589; }
p { color: rgb(191,117,137); }
H1.HeaderClassName
{
color: #BF7589;
}
.AnyTagClassName
{
color: #BF7589;
}
</style>
background-color css
<style>
a { background-color: #BF7589; }
a { background-color: rgb(191,117,137); }
div.DivClassName
{
background-color: #BF7589;
}
.BgClassName
{
background-color: #BF7589;
}
</style>
border-color css
<style>
span { border-color: #BF7589; }
span { border-color: rgb(191,117,137); }
td.TdClassName
{
border-color: #BF7589;
}
.TagClassName
{
border-color: #BF7589;
}
</style>