Shades of Tapestry #BB6E7A
Tints of Tapestry #BB6E7A
RGB
CMYK
RGB Variations
Color information
#BB6E7A (or 0xBB6E7A) is known color: Tapestry. HEX triplet: BB, 6E and 7A. RGB value is (187,110,122). Sum of RGB (Red+Green+Blue) = 187+110+122=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6E7A is #449185. Grayscale: #868686. Windows color (decimal): -4493702 or 8023739. OLE color: 8023739.
HSL color Cylindrical-coordinate representation of color #BB6E7A: hue angle of 350.65º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB6E7A is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 110 | 122 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.27 |
| HSL | 350.65º | 0.36% | 0.58% | - |
| HSV(B) | 350.65º | 0.41% | 0.73% | - |
| XYZ | 29.58 | 23.12 | 21.32 | - |
| YUV | 134.39 | 121.01 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 110 | 122 | 0 | 0.41 | 0.35 | 0.27 | 350.65 | 0.36 | 0.58 |
| Hex | BB | 6E | 7A | 0 | 29 | 23 | 1B | 15F | 24 | 3A |
| Octal | 273 | 156 | 172 | 0 | 51 | 43 | 33 | 537 | 44 | 72 |
| Binary | 10111011 | 1101110 | 1111010 | 0 | 101001 | 100011 | 11011 | 101011111 | 100100 | 111010 |
Color Harmonies of #BB6E7A
Complementary color
Monochromatic Colors of #BB6E7A
Black with #BB6E7A
Text Example
Text Example
White with #BB6E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6E7A; }
p { color: rgb(187,110,122); }
H1.HeaderClassName
{
color: #BB6E7A;
}
.AnyTagClassName
{
color: #BB6E7A;
}
</style>
background-color css
<style>
a { background-color: #BB6E7A; }
a { background-color: rgb(187,110,122); }
div.DivClassName
{
background-color: #BB6E7A;
}
.BgClassName
{
background-color: #BB6E7A;
}
</style>
border-color css
<style>
span { border-color: #BB6E7A; }
span { border-color: rgb(187,110,122); }
td.TdClassName
{
border-color: #BB6E7A;
}
.TagClassName
{
border-color: #BB6E7A;
}
</style>