Shades of Tapestry #BB7A81
Tints of Tapestry #BB7A81
RGB
CMYK
RGB Variations
Color information
#BB7A81 (or 0xBB7A81) is known color: Tapestry. HEX triplet: BB, 7A and 81. RGB value is (187,122,129). Sum of RGB (Red+Green+Blue) = 187+122+129=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7A81 is #44857E. Grayscale: #8E8E8E. Windows color (decimal): -4490623 or 8485563. OLE color: 8485563.
HSL color Cylindrical-coordinate representation of color #BB7A81: hue angle of 353.54º 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 #BB7A81 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 122 | 129 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.27 |
| HSL | 353.54º | 0.32% | 0.61% | - |
| HSV(B) | 353.54º | 0.35% | 0.73% | - |
| XYZ | 31.42 | 26.07 | 24.14 | - |
| YUV | 142.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 129 | 0 | 0.35 | 0.31 | 0.27 | 353.54 | 0.32 | 0.61 |
| Hex | BB | 7A | 81 | 0 | 23 | 1F | 1B | 162 | 20 | 3D |
| Octal | 273 | 172 | 201 | 0 | 43 | 37 | 33 | 542 | 40 | 75 |
| Binary | 10111011 | 1111010 | 10000001 | 0 | 100011 | 11111 | 11011 | 101100010 | 100000 | 111101 |
Color Harmonies of #BB7A81
Complementary color
Monochromatic Colors of #BB7A81
Black with #BB7A81
Text Example
Text Example
White with #BB7A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7A81; }
p { color: rgb(187,122,129); }
H1.HeaderClassName
{
color: #BB7A81;
}
.AnyTagClassName
{
color: #BB7A81;
}
</style>
background-color css
<style>
a { background-color: #BB7A81; }
a { background-color: rgb(187,122,129); }
div.DivClassName
{
background-color: #BB7A81;
}
.BgClassName
{
background-color: #BB7A81;
}
</style>
border-color css
<style>
span { border-color: #BB7A81; }
span { border-color: rgb(187,122,129); }
td.TdClassName
{
border-color: #BB7A81;
}
.TagClassName
{
border-color: #BB7A81;
}
</style>