Shades of Tapestry #BB6E7E
Tints of Tapestry #BB6E7E
RGB
CMYK
RGB Variations
Color information
#BB6E7E (or 0xBB6E7E) is known color: Tapestry. HEX triplet: BB, 6E and 7E. RGB value is (187,110,126). Sum of RGB (Red+Green+Blue) = 187+110+126=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6E7E is #449181. Grayscale: #868686. Windows color (decimal): -4493698 or 8285883. OLE color: 8285883.
HSL color Cylindrical-coordinate representation of color #BB6E7E: hue angle of 347.53º 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 #BB6E7E is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 110 | 126 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.27 |
| HSL | 347.53º | 0.36% | 0.58% | - |
| HSV(B) | 347.53º | 0.41% | 0.73% | - |
| XYZ | 29.84 | 23.22 | 22.65 | - |
| YUV | 134.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 110 | 126 | 0 | 0.41 | 0.33 | 0.27 | 347.53 | 0.36 | 0.58 |
| Hex | BB | 6E | 7E | 0 | 29 | 21 | 1B | 15C | 24 | 3A |
| Octal | 273 | 156 | 176 | 0 | 51 | 41 | 33 | 534 | 44 | 72 |
| Binary | 10111011 | 1101110 | 1111110 | 0 | 101001 | 100001 | 11011 | 101011100 | 100100 | 111010 |
Color Harmonies of #BB6E7E
Complementary color
Monochromatic Colors of #BB6E7E
Black with #BB6E7E
Text Example
Text Example
White with #BB6E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6E7E; }
p { color: rgb(187,110,126); }
H1.HeaderClassName
{
color: #BB6E7E;
}
.AnyTagClassName
{
color: #BB6E7E;
}
</style>
background-color css
<style>
a { background-color: #BB6E7E; }
a { background-color: rgb(187,110,126); }
div.DivClassName
{
background-color: #BB6E7E;
}
.BgClassName
{
background-color: #BB6E7E;
}
</style>
border-color css
<style>
span { border-color: #BB6E7E; }
span { border-color: rgb(187,110,126); }
td.TdClassName
{
border-color: #BB6E7E;
}
.TagClassName
{
border-color: #BB6E7E;
}
</style>