Shades of Tapestry #BB6D7B
Tints of Tapestry #BB6D7B
RGB
CMYK
RGB Variations
Color information
#BB6D7B (or 0xBB6D7B) is known color: Tapestry. HEX triplet: BB, 6D and 7B. RGB value is (187,109,123). Sum of RGB (Red+Green+Blue) = 187+109+123=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6D7B is #449284. Grayscale: #858585. Windows color (decimal): -4493957 or 8089019. OLE color: 8089019.
HSL color Cylindrical-coordinate representation of color #BB6D7B: hue angle of 349.23º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB6D7B is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 109 | 123 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.27 |
| HSL | 349.23º | 0.36% | 0.58% | - |
| HSV(B) | 349.23º | 0.42% | 0.73% | - |
| XYZ | 29.54 | 22.93 | 21.61 | - |
| YUV | 133.92 | 121.84 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 109 | 123 | 0 | 0.42 | 0.34 | 0.27 | 349.23 | 0.36 | 0.58 |
| Hex | BB | 6D | 7B | 0 | 2A | 22 | 1B | 15D | 24 | 3A |
| Octal | 273 | 155 | 173 | 0 | 52 | 42 | 33 | 535 | 44 | 72 |
| Binary | 10111011 | 1101101 | 1111011 | 0 | 101010 | 100010 | 11011 | 101011101 | 100100 | 111010 |
Color Harmonies of #BB6D7B
Complementary color
Monochromatic Colors of #BB6D7B
Black with #BB6D7B
Text Example
Text Example
White with #BB6D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6D7B; }
p { color: rgb(187,109,123); }
H1.HeaderClassName
{
color: #BB6D7B;
}
.AnyTagClassName
{
color: #BB6D7B;
}
</style>
background-color css
<style>
a { background-color: #BB6D7B; }
a { background-color: rgb(187,109,123); }
div.DivClassName
{
background-color: #BB6D7B;
}
.BgClassName
{
background-color: #BB6D7B;
}
</style>
border-color css
<style>
span { border-color: #BB6D7B; }
span { border-color: rgb(187,109,123); }
td.TdClassName
{
border-color: #BB6D7B;
}
.TagClassName
{
border-color: #BB6D7B;
}
</style>