Shades of Tapestry #BB7F8F
Tints of Tapestry #BB7F8F
RGB
CMYK
RGB Variations
Color information
#BB7F8F (or 0xBB7F8F) is known color: Tapestry. HEX triplet: BB, 7F and 8F. RGB value is (187,127,143). Sum of RGB (Red+Green+Blue) = 187+127+143=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7F8F is #448070. Grayscale: #929292. Windows color (decimal): -4489329 or 9404347. OLE color: 9404347.
HSL color Cylindrical-coordinate representation of color #BB7F8F: hue angle of 344º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB7F8F is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 127 | 143 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.27 |
| HSL | 344º | 0.31% | 0.62% | - |
| HSV(B) | 344º | 0.32% | 0.73% | - |
| XYZ | 33.04 | 27.73 | 29.6 | - |
| YUV | 146.76 | 125.88 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 127 | 143 | 0 | 0.32 | 0.24 | 0.27 | 344 | 0.31 | 0.62 |
| Hex | BB | 7F | 8F | 0 | 20 | 18 | 1B | 158 | 1F | 3E |
| Octal | 273 | 177 | 217 | 0 | 40 | 30 | 33 | 530 | 37 | 76 |
| Binary | 10111011 | 1111111 | 10001111 | 0 | 100000 | 11000 | 11011 | 101011000 | 11111 | 111110 |
Color Harmonies of #BB7F8F
Complementary color
Monochromatic Colors of #BB7F8F
Black with #BB7F8F
Text Example
Text Example
White with #BB7F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7F8F; }
p { color: rgb(187,127,143); }
H1.HeaderClassName
{
color: #BB7F8F;
}
.AnyTagClassName
{
color: #BB7F8F;
}
</style>
background-color css
<style>
a { background-color: #BB7F8F; }
a { background-color: rgb(187,127,143); }
div.DivClassName
{
background-color: #BB7F8F;
}
.BgClassName
{
background-color: #BB7F8F;
}
</style>
border-color css
<style>
span { border-color: #BB7F8F; }
span { border-color: rgb(187,127,143); }
td.TdClassName
{
border-color: #BB7F8F;
}
.TagClassName
{
border-color: #BB7F8F;
}
</style>