Shades of Tapestry #BB757F
Tints of Tapestry #BB757F
RGB
CMYK
RGB Variations
Color information
#BB757F (or 0xBB757F) is known color: Tapestry. HEX triplet: BB, 75 and 7F. RGB value is (187,117,127). Sum of RGB (Red+Green+Blue) = 187+117+127=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB757F is #448A80. Grayscale: #8B8B8B. Windows color (decimal): -4491905 or 8353211. OLE color: 8353211.
HSL color Cylindrical-coordinate representation of color #BB757F: hue angle of 351.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 #BB757F is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 117 | 127 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.27 |
| HSL | 351.43º | 0.34% | 0.6% | - |
| HSV(B) | 351.43º | 0.37% | 0.73% | - |
| XYZ | 30.69 | 24.82 | 23.25 | - |
| YUV | 139.07 | 121.19 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 127 | 0 | 0.37 | 0.32 | 0.27 | 351.43 | 0.34 | 0.6 |
| Hex | BB | 75 | 7F | 0 | 25 | 20 | 1B | 15F | 22 | 3C |
| Octal | 273 | 165 | 177 | 0 | 45 | 40 | 33 | 537 | 42 | 74 |
| Binary | 10111011 | 1110101 | 1111111 | 0 | 100101 | 100000 | 11011 | 101011111 | 100010 | 111100 |
Color Harmonies of #BB757F
Complementary color
Monochromatic Colors of #BB757F
Black with #BB757F
Text Example
Text Example
White with #BB757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB757F; }
p { color: rgb(187,117,127); }
H1.HeaderClassName
{
color: #BB757F;
}
.AnyTagClassName
{
color: #BB757F;
}
</style>
background-color css
<style>
a { background-color: #BB757F; }
a { background-color: rgb(187,117,127); }
div.DivClassName
{
background-color: #BB757F;
}
.BgClassName
{
background-color: #BB757F;
}
</style>
border-color css
<style>
span { border-color: #BB757F; }
span { border-color: rgb(187,117,127); }
td.TdClassName
{
border-color: #BB757F;
}
.TagClassName
{
border-color: #BB757F;
}
</style>