Shades of Tapestry #BB697D
Tints of Tapestry #BB697D
RGB
CMYK
RGB Variations
Color information
#BB697D (or 0xBB697D) is known color: Tapestry. HEX triplet: BB, 69 and 7D. RGB value is (187,105,125). Sum of RGB (Red+Green+Blue) = 187+105+125=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB697D is #449682. Grayscale: #838383. Windows color (decimal): -4494979 or 8219067. OLE color: 8219067.
HSL color Cylindrical-coordinate representation of color #BB697D: hue angle of 345.37º 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 #BB697D is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 105 | 125 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.27 |
| HSL | 345.37º | 0.38% | 0.57% | - |
| HSV(B) | 345.37º | 0.44% | 0.73% | - |
| XYZ | 29.25 | 22.15 | 22.14 | - |
| YUV | 131.8 | 124.17 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 105 | 125 | 0 | 0.44 | 0.33 | 0.27 | 345.37 | 0.38 | 0.57 |
| Hex | BB | 69 | 7D | 0 | 2C | 21 | 1B | 159 | 26 | 39 |
| Octal | 273 | 151 | 175 | 0 | 54 | 41 | 33 | 531 | 46 | 71 |
| Binary | 10111011 | 1101001 | 1111101 | 0 | 101100 | 100001 | 11011 | 101011001 | 100110 | 111001 |
Color Harmonies of #BB697D
Complementary color
Monochromatic Colors of #BB697D
Black with #BB697D
Text Example
Text Example
White with #BB697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB697D; }
p { color: rgb(187,105,125); }
H1.HeaderClassName
{
color: #BB697D;
}
.AnyTagClassName
{
color: #BB697D;
}
</style>
background-color css
<style>
a { background-color: #BB697D; }
a { background-color: rgb(187,105,125); }
div.DivClassName
{
background-color: #BB697D;
}
.BgClassName
{
background-color: #BB697D;
}
</style>
border-color css
<style>
span { border-color: #BB697D; }
span { border-color: rgb(187,105,125); }
td.TdClassName
{
border-color: #BB697D;
}
.TagClassName
{
border-color: #BB697D;
}
</style>