Shades of Tapestry #BB5F7C
Tints of Tapestry #BB5F7C
RGB
CMYK
RGB Variations
Color information
#BB5F7C (or 0xBB5F7C) is known color: Tapestry. HEX triplet: BB, 5F and 7C. RGB value is (187,95,124). Sum of RGB (Red+Green+Blue) = 187+95+124=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5F7C is #44A083. Grayscale: #7D7D7D. Windows color (decimal): -4497540 or 8150971. OLE color: 8150971.
HSL color Cylindrical-coordinate representation of color #BB5F7C: hue angle of 341.09º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB5F7C is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 95 | 124 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.27 |
| HSL | 341.09º | 0.4% | 0.55% | - |
| HSV(B) | 341.09º | 0.49% | 0.73% | - |
| XYZ | 28.22 | 20.2 | 21.48 | - |
| YUV | 125.81 | 126.98 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 95 | 124 | 0 | 0.49 | 0.34 | 0.27 | 341.09 | 0.4 | 0.55 |
| Hex | BB | 5F | 7C | 0 | 31 | 22 | 1B | 155 | 28 | 37 |
| Octal | 273 | 137 | 174 | 0 | 61 | 42 | 33 | 525 | 50 | 67 |
| Binary | 10111011 | 1011111 | 1111100 | 0 | 110001 | 100010 | 11011 | 101010101 | 101000 | 110111 |
Color Harmonies of #BB5F7C
Complementary color
Monochromatic Colors of #BB5F7C
Black with #BB5F7C
Text Example
Text Example
White with #BB5F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5F7C; }
p { color: rgb(187,95,124); }
H1.HeaderClassName
{
color: #BB5F7C;
}
.AnyTagClassName
{
color: #BB5F7C;
}
</style>
background-color css
<style>
a { background-color: #BB5F7C; }
a { background-color: rgb(187,95,124); }
div.DivClassName
{
background-color: #BB5F7C;
}
.BgClassName
{
background-color: #BB5F7C;
}
</style>
border-color css
<style>
span { border-color: #BB5F7C; }
span { border-color: rgb(187,95,124); }
td.TdClassName
{
border-color: #BB5F7C;
}
.TagClassName
{
border-color: #BB5F7C;
}
</style>