Shades of Tapestry #BF677D
Tints of Tapestry #BF677D
RGB
CMYK
RGB Variations
Color information
#BF677D (or 0xBF677D) is known color: Tapestry. HEX triplet: BF, 67 and 7D. RGB value is (191,103,125). Sum of RGB (Red+Green+Blue) = 191+103+125=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF677D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF677D is #409882. Grayscale: #838383. Windows color (decimal): -4233347 or 8218559. OLE color: 8218559.
HSL color Cylindrical-coordinate representation of color #BF677D: hue angle of 345º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF677D is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 125 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.25 |
| HSL | 345º | 0.41% | 0.58% | - |
| HSV(B) | 345º | 0.46% | 0.75% | - |
| XYZ | 30.04 | 22.26 | 22.12 | - |
| YUV | 131.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 125 | 0 | 0.46 | 0.35 | 0.25 | 345 | 0.41 | 0.58 |
| Hex | BF | 67 | 7D | 0 | 2E | 23 | 19 | 159 | 29 | 3A |
| Octal | 277 | 147 | 175 | 0 | 56 | 43 | 31 | 531 | 51 | 72 |
| Binary | 10111111 | 1100111 | 1111101 | 0 | 101110 | 100011 | 11001 | 101011001 | 101001 | 111010 |
Color Harmonies of #BF677D
Complementary color
Monochromatic Colors of #BF677D
Black with #BF677D
Text Example
Text Example
White with #BF677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF677D; }
p { color: rgb(191,103,125); }
H1.HeaderClassName
{
color: #BF677D;
}
.AnyTagClassName
{
color: #BF677D;
}
</style>
background-color css
<style>
a { background-color: #BF677D; }
a { background-color: rgb(191,103,125); }
div.DivClassName
{
background-color: #BF677D;
}
.BgClassName
{
background-color: #BF677D;
}
</style>
border-color css
<style>
span { border-color: #BF677D; }
span { border-color: rgb(191,103,125); }
td.TdClassName
{
border-color: #BF677D;
}
.TagClassName
{
border-color: #BF677D;
}
</style>