Shades of Tapestry #BB7A8B
Tints of Tapestry #BB7A8B
RGB
CMYK
RGB Variations
Color information
#BB7A8B (or 0xBB7A8B) is known color: Tapestry. HEX triplet: BB, 7A and 8B. RGB value is (187,122,139). Sum of RGB (Red+Green+Blue) = 187+122+139=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7A8B is #448574. Grayscale: #8F8F8F. Windows color (decimal): -4490613 or 9140923. OLE color: 9140923.
HSL color Cylindrical-coordinate representation of color #BB7A8B: hue angle of 344.31º 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 #BB7A8B is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 122 | 139 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.27 |
| HSL | 344.31º | 0.32% | 0.61% | - |
| HSV(B) | 344.31º | 0.35% | 0.73% | - |
| XYZ | 32.11 | 26.35 | 27.82 | - |
| YUV | 143.37 | 125.53 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 139 | 0 | 0.35 | 0.26 | 0.27 | 344.31 | 0.32 | 0.61 |
| Hex | BB | 7A | 8B | 0 | 23 | 1A | 1B | 158 | 20 | 3D |
| Octal | 273 | 172 | 213 | 0 | 43 | 32 | 33 | 530 | 40 | 75 |
| Binary | 10111011 | 1111010 | 10001011 | 0 | 100011 | 11010 | 11011 | 101011000 | 100000 | 111101 |
Color Harmonies of #BB7A8B
Complementary color
Monochromatic Colors of #BB7A8B
Black with #BB7A8B
Text Example
Text Example
White with #BB7A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7A8B; }
p { color: rgb(187,122,139); }
H1.HeaderClassName
{
color: #BB7A8B;
}
.AnyTagClassName
{
color: #BB7A8B;
}
</style>
background-color css
<style>
a { background-color: #BB7A8B; }
a { background-color: rgb(187,122,139); }
div.DivClassName
{
background-color: #BB7A8B;
}
.BgClassName
{
background-color: #BB7A8B;
}
</style>
border-color css
<style>
span { border-color: #BB7A8B; }
span { border-color: rgb(187,122,139); }
td.TdClassName
{
border-color: #BB7A8B;
}
.TagClassName
{
border-color: #BB7A8B;
}
</style>