Shades of Tapestry #BB7C81
Tints of Tapestry #BB7C81
RGB
CMYK
RGB Variations
Color information
#BB7C81 (or 0xBB7C81) is known color: Tapestry. HEX triplet: BB, 7C and 81. RGB value is (187,124,129). Sum of RGB (Red+Green+Blue) = 187+124+129=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7C81 is #44837E. Grayscale: #8F8F8F. Windows color (decimal): -4490111 or 8486075. OLE color: 8486075.
HSL color Cylindrical-coordinate representation of color #BB7C81: hue angle of 355.24º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB7C81 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 124 | 129 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.27 |
| HSL | 355.24º | 0.32% | 0.61% | - |
| HSV(B) | 355.24º | 0.34% | 0.73% | - |
| XYZ | 31.66 | 26.57 | 24.23 | - |
| YUV | 143.41 | 119.87 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 124 | 129 | 0 | 0.34 | 0.31 | 0.27 | 355.24 | 0.32 | 0.61 |
| Hex | BB | 7C | 81 | 0 | 22 | 1F | 1B | 163 | 20 | 3D |
| Octal | 273 | 174 | 201 | 0 | 42 | 37 | 33 | 543 | 40 | 75 |
| Binary | 10111011 | 1111100 | 10000001 | 0 | 100010 | 11111 | 11011 | 101100011 | 100000 | 111101 |
Color Harmonies of #BB7C81
Complementary color
Monochromatic Colors of #BB7C81
Black with #BB7C81
Text Example
Text Example
White with #BB7C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7C81; }
p { color: rgb(187,124,129); }
H1.HeaderClassName
{
color: #BB7C81;
}
.AnyTagClassName
{
color: #BB7C81;
}
</style>
background-color css
<style>
a { background-color: #BB7C81; }
a { background-color: rgb(187,124,129); }
div.DivClassName
{
background-color: #BB7C81;
}
.BgClassName
{
background-color: #BB7C81;
}
</style>
border-color css
<style>
span { border-color: #BB7C81; }
span { border-color: rgb(187,124,129); }
td.TdClassName
{
border-color: #BB7C81;
}
.TagClassName
{
border-color: #BB7C81;
}
</style>