Shades of Tapestry #BB7A88
Tints of Tapestry #BB7A88
RGB
CMYK
RGB Variations
Color information
#BB7A88 (or 0xBB7A88) is known color: Tapestry. HEX triplet: BB, 7A and 88. RGB value is (187,122,136). Sum of RGB (Red+Green+Blue) = 187+122+136=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7A88 is #448577. Grayscale: #8F8F8F. Windows color (decimal): -4490616 or 8944315. OLE color: 8944315.
HSL color Cylindrical-coordinate representation of color #BB7A88: hue angle of 347.08º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB7A88 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 122 | 136 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.27 |
| HSL | 347.08º | 0.32% | 0.61% | - |
| HSV(B) | 347.08º | 0.35% | 0.73% | - |
| XYZ | 31.9 | 26.26 | 26.68 | - |
| YUV | 143.03 | 124.03 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 136 | 0 | 0.35 | 0.27 | 0.27 | 347.08 | 0.32 | 0.61 |
| Hex | BB | 7A | 88 | 0 | 23 | 1B | 1B | 15B | 20 | 3D |
| Octal | 273 | 172 | 210 | 0 | 43 | 33 | 33 | 533 | 40 | 75 |
| Binary | 10111011 | 1111010 | 10001000 | 0 | 100011 | 11011 | 11011 | 101011011 | 100000 | 111101 |
Color Harmonies of #BB7A88
Complementary color
Monochromatic Colors of #BB7A88
Black with #BB7A88
Text Example
Text Example
White with #BB7A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7A88; }
p { color: rgb(187,122,136); }
H1.HeaderClassName
{
color: #BB7A88;
}
.AnyTagClassName
{
color: #BB7A88;
}
</style>
background-color css
<style>
a { background-color: #BB7A88; }
a { background-color: rgb(187,122,136); }
div.DivClassName
{
background-color: #BB7A88;
}
.BgClassName
{
background-color: #BB7A88;
}
</style>
border-color css
<style>
span { border-color: #BB7A88; }
span { border-color: rgb(187,122,136); }
td.TdClassName
{
border-color: #BB7A88;
}
.TagClassName
{
border-color: #BB7A88;
}
</style>