Shades of Tapestry #BF637D
Tints of Tapestry #BF637D
RGB
CMYK
RGB Variations
Color information
#BF637D (or 0xBF637D) is known color: Tapestry. HEX triplet: BF, 63 and 7D. RGB value is (191,99,125). Sum of RGB (Red+Green+Blue) = 191+99+125=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF637D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF637D is #409C82. Grayscale: #818181. Windows color (decimal): -4234371 or 8217535. OLE color: 8217535.
HSL color Cylindrical-coordinate representation of color #BF637D: hue angle of 343.04º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF637D is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 99 | 125 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.25 |
| HSL | 343.04º | 0.42% | 0.57% | - |
| HSV(B) | 343.04º | 0.48% | 0.75% | - |
| XYZ | 29.65 | 21.48 | 21.99 | - |
| YUV | 129.47 | 125.48 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 125 | 0 | 0.48 | 0.35 | 0.25 | 343.04 | 0.42 | 0.57 |
| Hex | BF | 63 | 7D | 0 | 30 | 23 | 19 | 157 | 2A | 39 |
| Octal | 277 | 143 | 175 | 0 | 60 | 43 | 31 | 527 | 52 | 71 |
| Binary | 10111111 | 1100011 | 1111101 | 0 | 110000 | 100011 | 11001 | 101010111 | 101010 | 111001 |
Color Harmonies of #BF637D
Complementary color
Monochromatic Colors of #BF637D
Black with #BF637D
Text Example
Text Example
White with #BF637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF637D; }
p { color: rgb(191,99,125); }
H1.HeaderClassName
{
color: #BF637D;
}
.AnyTagClassName
{
color: #BF637D;
}
</style>
background-color css
<style>
a { background-color: #BF637D; }
a { background-color: rgb(191,99,125); }
div.DivClassName
{
background-color: #BF637D;
}
.BgClassName
{
background-color: #BF637D;
}
</style>
border-color css
<style>
span { border-color: #BF637D; }
span { border-color: rgb(191,99,125); }
td.TdClassName
{
border-color: #BF637D;
}
.TagClassName
{
border-color: #BF637D;
}
</style>