Shades of Tapestry #BB657F
Tints of Tapestry #BB657F
RGB
CMYK
RGB Variations
Color information
#BB657F (or 0xBB657F) is known color: Tapestry. HEX triplet: BB, 65 and 7F. RGB value is (187,101,127). Sum of RGB (Red+Green+Blue) = 187+101+127=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB657F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB657F is #449A80. Grayscale: #818181. Windows color (decimal): -4496001 or 8349115. OLE color: 8349115.
HSL color Cylindrical-coordinate representation of color #BB657F: hue angle of 341.86º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB657F is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 101 | 127 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.27 |
| HSL | 341.86º | 0.39% | 0.56% | - |
| HSV(B) | 341.86º | 0.46% | 0.73% | - |
| XYZ | 28.98 | 21.4 | 22.68 | - |
| YUV | 129.68 | 126.49 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 127 | 0 | 0.46 | 0.32 | 0.27 | 341.86 | 0.39 | 0.56 |
| Hex | BB | 65 | 7F | 0 | 2E | 20 | 1B | 156 | 27 | 38 |
| Octal | 273 | 145 | 177 | 0 | 56 | 40 | 33 | 526 | 47 | 70 |
| Binary | 10111011 | 1100101 | 1111111 | 0 | 101110 | 100000 | 11011 | 101010110 | 100111 | 111000 |
Color Harmonies of #BB657F
Complementary color
Monochromatic Colors of #BB657F
Black with #BB657F
Text Example
Text Example
White with #BB657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB657F; }
p { color: rgb(187,101,127); }
H1.HeaderClassName
{
color: #BB657F;
}
.AnyTagClassName
{
color: #BB657F;
}
</style>
background-color css
<style>
a { background-color: #BB657F; }
a { background-color: rgb(187,101,127); }
div.DivClassName
{
background-color: #BB657F;
}
.BgClassName
{
background-color: #BB657F;
}
</style>
border-color css
<style>
span { border-color: #BB657F; }
span { border-color: rgb(187,101,127); }
td.TdClassName
{
border-color: #BB657F;
}
.TagClassName
{
border-color: #BB657F;
}
</style>