Shades of Tapestry #BB7F8A
Tints of Tapestry #BB7F8A
RGB
CMYK
RGB Variations
Color information
#BB7F8A (or 0xBB7F8A) is known color: Tapestry. HEX triplet: BB, 7F and 8A. RGB value is (187,127,138). Sum of RGB (Red+Green+Blue) = 187+127+138=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7F8A is #448075. Grayscale: #929292. Windows color (decimal): -4489334 or 9076667. OLE color: 9076667.
HSL color Cylindrical-coordinate representation of color #BB7F8A: hue angle of 349º 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 #BB7F8A is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 127 | 138 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.27 |
| HSL | 349º | 0.31% | 0.62% | - |
| HSV(B) | 349º | 0.32% | 0.73% | - |
| XYZ | 32.67 | 27.58 | 27.65 | - |
| YUV | 146.19 | 123.38 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 127 | 138 | 0 | 0.32 | 0.26 | 0.27 | 349 | 0.31 | 0.62 |
| Hex | BB | 7F | 8A | 0 | 20 | 1A | 1B | 15D | 1F | 3E |
| Octal | 273 | 177 | 212 | 0 | 40 | 32 | 33 | 535 | 37 | 76 |
| Binary | 10111011 | 1111111 | 10001010 | 0 | 100000 | 11010 | 11011 | 101011101 | 11111 | 111110 |
Color Harmonies of #BB7F8A
Complementary color
Monochromatic Colors of #BB7F8A
Black with #BB7F8A
Text Example
Text Example
White with #BB7F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7F8A; }
p { color: rgb(187,127,138); }
H1.HeaderClassName
{
color: #BB7F8A;
}
.AnyTagClassName
{
color: #BB7F8A;
}
</style>
background-color css
<style>
a { background-color: #BB7F8A; }
a { background-color: rgb(187,127,138); }
div.DivClassName
{
background-color: #BB7F8A;
}
.BgClassName
{
background-color: #BB7F8A;
}
</style>
border-color css
<style>
span { border-color: #BB7F8A; }
span { border-color: rgb(187,127,138); }
td.TdClassName
{
border-color: #BB7F8A;
}
.TagClassName
{
border-color: #BB7F8A;
}
</style>