Shades of Tapestry #BB637E
Tints of Tapestry #BB637E
RGB
CMYK
RGB Variations
Color information
#BB637E (or 0xBB637E) is known color: Tapestry. HEX triplet: BB, 63 and 7E. RGB value is (187,99,126). Sum of RGB (Red+Green+Blue) = 187+99+126=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB637E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB637E is #449C81. Grayscale: #808080. Windows color (decimal): -4496514 or 8283067. OLE color: 8283067.
HSL color Cylindrical-coordinate representation of color #BB637E: hue angle of 341.59º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB637E is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 99 | 126 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.27 |
| HSL | 341.59º | 0.39% | 0.56% | - |
| HSV(B) | 341.59º | 0.47% | 0.73% | - |
| XYZ | 28.72 | 20.99 | 22.28 | - |
| YUV | 128.39 | 126.65 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 126 | 0 | 0.47 | 0.33 | 0.27 | 341.59 | 0.39 | 0.56 |
| Hex | BB | 63 | 7E | 0 | 2F | 21 | 1B | 156 | 27 | 38 |
| Octal | 273 | 143 | 176 | 0 | 57 | 41 | 33 | 526 | 47 | 70 |
| Binary | 10111011 | 1100011 | 1111110 | 0 | 101111 | 100001 | 11011 | 101010110 | 100111 | 111000 |
Color Harmonies of #BB637E
Complementary color
Monochromatic Colors of #BB637E
Black with #BB637E
Text Example
Text Example
White with #BB637E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB637E; }
p { color: rgb(187,99,126); }
H1.HeaderClassName
{
color: #BB637E;
}
.AnyTagClassName
{
color: #BB637E;
}
</style>
background-color css
<style>
a { background-color: #BB637E; }
a { background-color: rgb(187,99,126); }
div.DivClassName
{
background-color: #BB637E;
}
.BgClassName
{
background-color: #BB637E;
}
</style>
border-color css
<style>
span { border-color: #BB637E; }
span { border-color: rgb(187,99,126); }
td.TdClassName
{
border-color: #BB637E;
}
.TagClassName
{
border-color: #BB637E;
}
</style>