Shades of Tapestry #BF737C
Tints of Tapestry #BF737C
RGB
CMYK
RGB Variations
Color information
#BF737C (or 0xBF737C) is known color: Tapestry. HEX triplet: BF, 73 and 7C. RGB value is (191,115,124). Sum of RGB (Red+Green+Blue) = 191+115+124=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF737C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF737C is #408C83. Grayscale: #8A8A8A. Windows color (decimal): -4230276 or 8156095. OLE color: 8156095.
HSL color Cylindrical-coordinate representation of color #BF737C: hue angle of 352.89º 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 #BF737C is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 124 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.25 |
| HSL | 352.89º | 0.37% | 0.6% | - |
| HSV(B) | 352.89º | 0.4% | 0.75% | - |
| XYZ | 31.25 | 24.79 | 22.21 | - |
| YUV | 138.75 | 119.68 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 124 | 0 | 0.40 | 0.35 | 0.25 | 352.89 | 0.37 | 0.6 |
| Hex | BF | 73 | 7C | 0 | 28 | 23 | 19 | 161 | 25 | 3C |
| Octal | 277 | 163 | 174 | 0 | 50 | 43 | 31 | 541 | 45 | 74 |
| Binary | 10111111 | 1110011 | 1111100 | 0 | 101000 | 100011 | 11001 | 101100001 | 100101 | 111100 |
Color Harmonies of #BF737C
Complementary color
Monochromatic Colors of #BF737C
Black with #BF737C
Text Example
Text Example
White with #BF737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF737C; }
p { color: rgb(191,115,124); }
H1.HeaderClassName
{
color: #BF737C;
}
.AnyTagClassName
{
color: #BF737C;
}
</style>
background-color css
<style>
a { background-color: #BF737C; }
a { background-color: rgb(191,115,124); }
div.DivClassName
{
background-color: #BF737C;
}
.BgClassName
{
background-color: #BF737C;
}
</style>
border-color css
<style>
span { border-color: #BF737C; }
span { border-color: rgb(191,115,124); }
td.TdClassName
{
border-color: #BF737C;
}
.TagClassName
{
border-color: #BF737C;
}
</style>