Shades of Tapestry #BB697F
Tints of Tapestry #BB697F
RGB
CMYK
RGB Variations
Color information
#BB697F (or 0xBB697F) is known color: Tapestry. HEX triplet: BB, 69 and 7F. RGB value is (187,105,127). Sum of RGB (Red+Green+Blue) = 187+105+127=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB697F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB697F is #449680. Grayscale: #848484. Windows color (decimal): -4494977 or 8350139. OLE color: 8350139.
HSL color Cylindrical-coordinate representation of color #BB697F: hue angle of 343.9º 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 #BB697F is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 105 | 127 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.27 |
| HSL | 343.9º | 0.38% | 0.57% | - |
| HSV(B) | 343.9º | 0.44% | 0.73% | - |
| XYZ | 29.38 | 22.2 | 22.82 | - |
| YUV | 132.03 | 125.17 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 105 | 127 | 0 | 0.44 | 0.32 | 0.27 | 343.9 | 0.38 | 0.57 |
| Hex | BB | 69 | 7F | 0 | 2C | 20 | 1B | 158 | 26 | 39 |
| Octal | 273 | 151 | 177 | 0 | 54 | 40 | 33 | 530 | 46 | 71 |
| Binary | 10111011 | 1101001 | 1111111 | 0 | 101100 | 100000 | 11011 | 101011000 | 100110 | 111001 |
Color Harmonies of #BB697F
Complementary color
Monochromatic Colors of #BB697F
Black with #BB697F
Text Example
Text Example
White with #BB697F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB697F; }
p { color: rgb(187,105,127); }
H1.HeaderClassName
{
color: #BB697F;
}
.AnyTagClassName
{
color: #BB697F;
}
</style>
background-color css
<style>
a { background-color: #BB697F; }
a { background-color: rgb(187,105,127); }
div.DivClassName
{
background-color: #BB697F;
}
.BgClassName
{
background-color: #BB697F;
}
</style>
border-color css
<style>
span { border-color: #BB697F; }
span { border-color: rgb(187,105,127); }
td.TdClassName
{
border-color: #BB697F;
}
.TagClassName
{
border-color: #BB697F;
}
</style>