Shades of Tapestry #BB758D
Tints of Tapestry #BB758D
RGB
CMYK
RGB Variations
Color information
#BB758D (or 0xBB758D) is known color: Tapestry. HEX triplet: BB, 75 and 8D. RGB value is (187,117,141). Sum of RGB (Red+Green+Blue) = 187+117+141=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB758D is #448A72. Grayscale: #8C8C8C. Windows color (decimal): -4491891 or 9270715. OLE color: 9270715.
HSL color Cylindrical-coordinate representation of color #BB758D: hue angle of 339.43º 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 #BB758D is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 117 | 141 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.27 |
| HSL | 339.43º | 0.34% | 0.6% | - |
| HSV(B) | 339.43º | 0.37% | 0.73% | - |
| XYZ | 31.66 | 25.21 | 28.4 | - |
| YUV | 140.67 | 128.19 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 141 | 0 | 0.37 | 0.25 | 0.27 | 339.43 | 0.34 | 0.6 |
| Hex | BB | 75 | 8D | 0 | 25 | 19 | 1B | 153 | 22 | 3C |
| Octal | 273 | 165 | 215 | 0 | 45 | 31 | 33 | 523 | 42 | 74 |
| Binary | 10111011 | 1110101 | 10001101 | 0 | 100101 | 11001 | 11011 | 101010011 | 100010 | 111100 |
Color Harmonies of #BB758D
Complementary color
Monochromatic Colors of #BB758D
Black with #BB758D
Text Example
Text Example
White with #BB758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB758D; }
p { color: rgb(187,117,141); }
H1.HeaderClassName
{
color: #BB758D;
}
.AnyTagClassName
{
color: #BB758D;
}
</style>
background-color css
<style>
a { background-color: #BB758D; }
a { background-color: rgb(187,117,141); }
div.DivClassName
{
background-color: #BB758D;
}
.BgClassName
{
background-color: #BB758D;
}
</style>
border-color css
<style>
span { border-color: #BB758D; }
span { border-color: rgb(187,117,141); }
td.TdClassName
{
border-color: #BB758D;
}
.TagClassName
{
border-color: #BB758D;
}
</style>