Shades of Tapestry #BB697C
Tints of Tapestry #BB697C
RGB
CMYK
RGB Variations
Color information
#BB697C (or 0xBB697C) is known color: Tapestry. HEX triplet: BB, 69 and 7C. RGB value is (187,105,124). Sum of RGB (Red+Green+Blue) = 187+105+124=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB697C is #449683. Grayscale: #838383. Windows color (decimal): -4494980 or 8153531. OLE color: 8153531.
HSL color Cylindrical-coordinate representation of color #BB697C: hue angle of 346.1º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB697C is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 105 | 124 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.27 |
| HSL | 346.1º | 0.38% | 0.57% | - |
| HSV(B) | 346.1º | 0.44% | 0.73% | - |
| XYZ | 29.18 | 22.12 | 21.8 | - |
| YUV | 131.68 | 123.67 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 105 | 124 | 0 | 0.44 | 0.34 | 0.27 | 346.1 | 0.38 | 0.57 |
| Hex | BB | 69 | 7C | 0 | 2C | 22 | 1B | 15A | 26 | 39 |
| Octal | 273 | 151 | 174 | 0 | 54 | 42 | 33 | 532 | 46 | 71 |
| Binary | 10111011 | 1101001 | 1111100 | 0 | 101100 | 100010 | 11011 | 101011010 | 100110 | 111001 |
Color Harmonies of #BB697C
Complementary color
Monochromatic Colors of #BB697C
Black with #BB697C
Text Example
Text Example
White with #BB697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB697C; }
p { color: rgb(187,105,124); }
H1.HeaderClassName
{
color: #BB697C;
}
.AnyTagClassName
{
color: #BB697C;
}
</style>
background-color css
<style>
a { background-color: #BB697C; }
a { background-color: rgb(187,105,124); }
div.DivClassName
{
background-color: #BB697C;
}
.BgClassName
{
background-color: #BB697C;
}
</style>
border-color css
<style>
span { border-color: #BB697C; }
span { border-color: rgb(187,105,124); }
td.TdClassName
{
border-color: #BB697C;
}
.TagClassName
{
border-color: #BB697C;
}
</style>