Shades of Tapestry #BF738B
Tints of Tapestry #BF738B
RGB
CMYK
RGB Variations
Color information
#BF738B (or 0xBF738B) is known color: Tapestry. HEX triplet: BF, 73 and 8B. RGB value is (191,115,139). Sum of RGB (Red+Green+Blue) = 191+115+139=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF738B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF738B is #408C74. Grayscale: #8C8C8C. Windows color (decimal): -4230261 or 9139135. OLE color: 9139135.
HSL color Cylindrical-coordinate representation of color #BF738B: hue angle of 341.05º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF738B is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 139 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.25 |
| HSL | 341.05º | 0.37% | 0.6% | - |
| HSV(B) | 341.05º | 0.4% | 0.75% | - |
| XYZ | 32.28 | 25.2 | 27.59 | - |
| YUV | 140.46 | 127.18 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 139 | 0 | 0.40 | 0.27 | 0.25 | 341.05 | 0.37 | 0.6 |
| Hex | BF | 73 | 8B | 0 | 28 | 1B | 19 | 155 | 25 | 3C |
| Octal | 277 | 163 | 213 | 0 | 50 | 33 | 31 | 525 | 45 | 74 |
| Binary | 10111111 | 1110011 | 10001011 | 0 | 101000 | 11011 | 11001 | 101010101 | 100101 | 111100 |
Color Harmonies of #BF738B
Complementary color
Monochromatic Colors of #BF738B
Black with #BF738B
Text Example
Text Example
White with #BF738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF738B; }
p { color: rgb(191,115,139); }
H1.HeaderClassName
{
color: #BF738B;
}
.AnyTagClassName
{
color: #BF738B;
}
</style>
background-color css
<style>
a { background-color: #BF738B; }
a { background-color: rgb(191,115,139); }
div.DivClassName
{
background-color: #BF738B;
}
.BgClassName
{
background-color: #BF738B;
}
</style>
border-color css
<style>
span { border-color: #BF738B; }
span { border-color: rgb(191,115,139); }
td.TdClassName
{
border-color: #BF738B;
}
.TagClassName
{
border-color: #BF738B;
}
</style>