Shades of Tapestry #BF7788
Tints of Tapestry #BF7788
RGB
CMYK
RGB Variations
Color information
#BF7788 (or 0xBF7788) is known color: Tapestry. HEX triplet: BF, 77 and 88. RGB value is (191,119,136). Sum of RGB (Red+Green+Blue) = 191+119+136=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7788 is #408877. Grayscale: #8E8E8E. Windows color (decimal): -4229240 or 8943551. OLE color: 8943551.
HSL color Cylindrical-coordinate representation of color #BF7788: hue angle of 345.83º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF7788 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 119 | 136 | - |
CMYK | 0 | 0.38 | 0.29 | 0.25 |
HSL | 345.83º | 0.36% | 0.61% | - |
HSV(B) | 345.83º | 0.38% | 0.75% | - |
XYZ | 32.53 | 26.05 | 26.61 | - |
YUV | 142.47 | 124.35 | 162.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 119 | 136 | 0 | 0.38 | 0.29 | 0.25 | 345.83 | 0.36 | 0.61 |
Hex | BF | 77 | 88 | 0 | 26 | 1D | 19 | 15A | 24 | 3D |
Octal | 277 | 167 | 210 | 0 | 46 | 35 | 31 | 532 | 44 | 75 |
Binary | 10111111 | 1110111 | 10001000 | 0 | 100110 | 11101 | 11001 | 101011010 | 100100 | 111101 |
Color Harmonies of #BF7788
Complementary color
Monochromatic Colors of #BF7788
Black with #BF7788
Text Example
Text Example
White with #BF7788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7788; }
p { color: rgb(191,119,136); }
H1.HeaderClassName
{
color: #BF7788;
}
.AnyTagClassName
{
color: #BF7788;
}
</style>
background-color css
<style>
a { background-color: #BF7788; }
a { background-color: rgb(191,119,136); }
div.DivClassName
{
background-color: #BF7788;
}
.BgClassName
{
background-color: #BF7788;
}
</style>
border-color css
<style>
span { border-color: #BF7788; }
span { border-color: rgb(191,119,136); }
td.TdClassName
{
border-color: #BF7788;
}
.TagClassName
{
border-color: #BF7788;
}
</style>