Shades of Tapestry #BF677C
Tints of Tapestry #BF677C
RGB
CMYK
RGB Variations
Color information
#BF677C (or 0xBF677C) is known color: Tapestry. HEX triplet: BF, 67 and 7C. RGB value is (191,103,124). Sum of RGB (Red+Green+Blue) = 191+103+124=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF677C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF677C is #409883. Grayscale: #838383. Windows color (decimal): -4233348 or 8153023. OLE color: 8153023.
HSL color Cylindrical-coordinate representation of color #BF677C: hue angle of 345.68º 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 #BF677C is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 124 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.25 |
| HSL | 345.68º | 0.41% | 0.58% | - |
| HSV(B) | 345.68º | 0.46% | 0.75% | - |
| XYZ | 29.97 | 22.23 | 21.78 | - |
| YUV | 131.71 | 123.65 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 124 | 0 | 0.46 | 0.35 | 0.25 | 345.68 | 0.41 | 0.58 |
| Hex | BF | 67 | 7C | 0 | 2E | 23 | 19 | 15A | 29 | 3A |
| Octal | 277 | 147 | 174 | 0 | 56 | 43 | 31 | 532 | 51 | 72 |
| Binary | 10111111 | 1100111 | 1111100 | 0 | 101110 | 100011 | 11001 | 101011010 | 101001 | 111010 |
Color Harmonies of #BF677C
Complementary color
Monochromatic Colors of #BF677C
Black with #BF677C
Text Example
Text Example
White with #BF677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF677C; }
p { color: rgb(191,103,124); }
H1.HeaderClassName
{
color: #BF677C;
}
.AnyTagClassName
{
color: #BF677C;
}
</style>
background-color css
<style>
a { background-color: #BF677C; }
a { background-color: rgb(191,103,124); }
div.DivClassName
{
background-color: #BF677C;
}
.BgClassName
{
background-color: #BF677C;
}
</style>
border-color css
<style>
span { border-color: #BF677C; }
span { border-color: rgb(191,103,124); }
td.TdClassName
{
border-color: #BF677C;
}
.TagClassName
{
border-color: #BF677C;
}
</style>