Shades of Tapestry #BF677B
Tints of Tapestry #BF677B
RGB
CMYK
RGB Variations
Color information
#BF677B (or 0xBF677B) is known color: Tapestry. HEX triplet: BF, 67 and 7B. RGB value is (191,103,123). Sum of RGB (Red+Green+Blue) = 191+103+123=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF677B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF677B is #409884. Grayscale: #838383. Windows color (decimal): -4233349 or 8087487. OLE color: 8087487.
HSL color Cylindrical-coordinate representation of color #BF677B: hue angle of 346.36º 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 #BF677B is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 123 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.25 |
| HSL | 346.36º | 0.41% | 0.58% | - |
| HSV(B) | 346.36º | 0.46% | 0.75% | - |
| XYZ | 29.91 | 22.21 | 21.45 | - |
| YUV | 131.59 | 123.15 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 123 | 0 | 0.46 | 0.36 | 0.25 | 346.36 | 0.41 | 0.58 |
| Hex | BF | 67 | 7B | 0 | 2E | 24 | 19 | 15A | 29 | 3A |
| Octal | 277 | 147 | 173 | 0 | 56 | 44 | 31 | 532 | 51 | 72 |
| Binary | 10111111 | 1100111 | 1111011 | 0 | 101110 | 100100 | 11001 | 101011010 | 101001 | 111010 |
Color Harmonies of #BF677B
Complementary color
Monochromatic Colors of #BF677B
Black with #BF677B
Text Example
Text Example
White with #BF677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF677B; }
p { color: rgb(191,103,123); }
H1.HeaderClassName
{
color: #BF677B;
}
.AnyTagClassName
{
color: #BF677B;
}
</style>
background-color css
<style>
a { background-color: #BF677B; }
a { background-color: rgb(191,103,123); }
div.DivClassName
{
background-color: #BF677B;
}
.BgClassName
{
background-color: #BF677B;
}
</style>
border-color css
<style>
span { border-color: #BF677B; }
span { border-color: rgb(191,103,123); }
td.TdClassName
{
border-color: #BF677B;
}
.TagClassName
{
border-color: #BF677B;
}
</style>