Shades of Tapestry #BB6E7D
Tints of Tapestry #BB6E7D
RGB
CMYK
RGB Variations
Color information
#BB6E7D (or 0xBB6E7D) is known color: Tapestry. HEX triplet: BB, 6E and 7D. RGB value is (187,110,125). Sum of RGB (Red+Green+Blue) = 187+110+125=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6E7D is #449182. Grayscale: #868686. Windows color (decimal): -4493699 or 8220347. OLE color: 8220347.
HSL color Cylindrical-coordinate representation of color #BB6E7D: hue angle of 348.31º 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 #BB6E7D is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 110 | 125 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.27 |
| HSL | 348.31º | 0.36% | 0.58% | - |
| HSV(B) | 348.31º | 0.41% | 0.73% | - |
| XYZ | 29.77 | 23.2 | 22.31 | - |
| YUV | 134.73 | 122.51 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 110 | 125 | 0 | 0.41 | 0.33 | 0.27 | 348.31 | 0.36 | 0.58 |
| Hex | BB | 6E | 7D | 0 | 29 | 21 | 1B | 15C | 24 | 3A |
| Octal | 273 | 156 | 175 | 0 | 51 | 41 | 33 | 534 | 44 | 72 |
| Binary | 10111011 | 1101110 | 1111101 | 0 | 101001 | 100001 | 11011 | 101011100 | 100100 | 111010 |
Color Harmonies of #BB6E7D
Complementary color
Monochromatic Colors of #BB6E7D
Black with #BB6E7D
Text Example
Text Example
White with #BB6E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6E7D; }
p { color: rgb(187,110,125); }
H1.HeaderClassName
{
color: #BB6E7D;
}
.AnyTagClassName
{
color: #BB6E7D;
}
</style>
background-color css
<style>
a { background-color: #BB6E7D; }
a { background-color: rgb(187,110,125); }
div.DivClassName
{
background-color: #BB6E7D;
}
.BgClassName
{
background-color: #BB6E7D;
}
</style>
border-color css
<style>
span { border-color: #BB6E7D; }
span { border-color: rgb(187,110,125); }
td.TdClassName
{
border-color: #BB6E7D;
}
.TagClassName
{
border-color: #BB6E7D;
}
</style>