Shades of Tapestry #BB7482
Tints of Tapestry #BB7482
RGB
CMYK
RGB Variations
Color information
#BB7482 (or 0xBB7482) is known color: Tapestry. HEX triplet: BB, 74 and 82. RGB value is (187,116,130). Sum of RGB (Red+Green+Blue) = 187+116+130=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7482 is #448B7D. Grayscale: #8A8A8A. Windows color (decimal): -4492158 or 8549563. OLE color: 8549563.
HSL color Cylindrical-coordinate representation of color #BB7482: hue angle of 348.17º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB7482 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 116 | 130 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.27 |
| HSL | 348.17º | 0.34% | 0.59% | - |
| HSV(B) | 348.17º | 0.38% | 0.73% | - |
| XYZ | 30.77 | 24.67 | 24.26 | - |
| YUV | 138.83 | 123.02 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 130 | 0 | 0.38 | 0.30 | 0.27 | 348.17 | 0.34 | 0.59 |
| Hex | BB | 74 | 82 | 0 | 26 | 1E | 1B | 15C | 22 | 3B |
| Octal | 273 | 164 | 202 | 0 | 46 | 36 | 33 | 534 | 42 | 73 |
| Binary | 10111011 | 1110100 | 10000010 | 0 | 100110 | 11110 | 11011 | 101011100 | 100010 | 111011 |
Color Harmonies of #BB7482
Complementary color
Monochromatic Colors of #BB7482
Black with #BB7482
Text Example
Text Example
White with #BB7482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7482; }
p { color: rgb(187,116,130); }
H1.HeaderClassName
{
color: #BB7482;
}
.AnyTagClassName
{
color: #BB7482;
}
</style>
background-color css
<style>
a { background-color: #BB7482; }
a { background-color: rgb(187,116,130); }
div.DivClassName
{
background-color: #BB7482;
}
.BgClassName
{
background-color: #BB7482;
}
</style>
border-color css
<style>
span { border-color: #BB7482; }
span { border-color: rgb(187,116,130); }
td.TdClassName
{
border-color: #BB7482;
}
.TagClassName
{
border-color: #BB7482;
}
</style>