Shades of Tapestry #BB758E
Tints of Tapestry #BB758E
RGB
CMYK
RGB Variations
Color information
#BB758E (or 0xBB758E) is known color: Tapestry. HEX triplet: BB, 75 and 8E. RGB value is (187,117,142). Sum of RGB (Red+Green+Blue) = 187+117+142=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB758E is #448A71. Grayscale: #8C8C8C. Windows color (decimal): -4491890 or 9336251. OLE color: 9336251.
HSL color Cylindrical-coordinate representation of color #BB758E: hue angle of 338.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB758E is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 117 | 142 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.27 |
| HSL | 338.57º | 0.34% | 0.6% | - |
| HSV(B) | 338.57º | 0.37% | 0.73% | - |
| XYZ | 31.74 | 25.24 | 28.79 | - |
| YUV | 140.78 | 128.69 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 142 | 0 | 0.37 | 0.24 | 0.27 | 338.57 | 0.34 | 0.6 |
| Hex | BB | 75 | 8E | 0 | 25 | 18 | 1B | 153 | 22 | 3C |
| Octal | 273 | 165 | 216 | 0 | 45 | 30 | 33 | 523 | 42 | 74 |
| Binary | 10111011 | 1110101 | 10001110 | 0 | 100101 | 11000 | 11011 | 101010011 | 100010 | 111100 |
Color Harmonies of #BB758E
Complementary color
Monochromatic Colors of #BB758E
Black with #BB758E
Text Example
Text Example
White with #BB758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB758E; }
p { color: rgb(187,117,142); }
H1.HeaderClassName
{
color: #BB758E;
}
.AnyTagClassName
{
color: #BB758E;
}
</style>
background-color css
<style>
a { background-color: #BB758E; }
a { background-color: rgb(187,117,142); }
div.DivClassName
{
background-color: #BB758E;
}
.BgClassName
{
background-color: #BB758E;
}
</style>
border-color css
<style>
span { border-color: #BB758E; }
span { border-color: rgb(187,117,142); }
td.TdClassName
{
border-color: #BB758E;
}
.TagClassName
{
border-color: #BB758E;
}
</style>