Shades of Tapestry #BF627D
Tints of Tapestry #BF627D
RGB
CMYK
RGB Variations
Color information
#BF627D (or 0xBF627D) is known color: Tapestry. HEX triplet: BF, 62 and 7D. RGB value is (191,98,125). Sum of RGB (Red+Green+Blue) = 191+98+125=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF627D is #409D82. Grayscale: #808080. Windows color (decimal): -4234627 or 8217279. OLE color: 8217279.
HSL color Cylindrical-coordinate representation of color #BF627D: hue angle of 342.58º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF627D is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 98 | 125 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.25 |
| HSL | 342.58º | 0.42% | 0.57% | - |
| HSV(B) | 342.58º | 0.49% | 0.75% | - |
| XYZ | 29.56 | 21.29 | 21.95 | - |
| YUV | 128.89 | 125.81 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 98 | 125 | 0 | 0.49 | 0.35 | 0.25 | 342.58 | 0.42 | 0.57 |
| Hex | BF | 62 | 7D | 0 | 31 | 23 | 19 | 157 | 2A | 39 |
| Octal | 277 | 142 | 175 | 0 | 61 | 43 | 31 | 527 | 52 | 71 |
| Binary | 10111111 | 1100010 | 1111101 | 0 | 110001 | 100011 | 11001 | 101010111 | 101010 | 111001 |
Color Harmonies of #BF627D
Complementary color
Monochromatic Colors of #BF627D
Black with #BF627D
Text Example
Text Example
White with #BF627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF627D; }
p { color: rgb(191,98,125); }
H1.HeaderClassName
{
color: #BF627D;
}
.AnyTagClassName
{
color: #BF627D;
}
</style>
background-color css
<style>
a { background-color: #BF627D; }
a { background-color: rgb(191,98,125); }
div.DivClassName
{
background-color: #BF627D;
}
.BgClassName
{
background-color: #BF627D;
}
</style>
border-color css
<style>
span { border-color: #BF627D; }
span { border-color: rgb(191,98,125); }
td.TdClassName
{
border-color: #BF627D;
}
.TagClassName
{
border-color: #BF627D;
}
</style>