Shades of Tapestry #BB687D
Tints of Tapestry #BB687D
RGB
CMYK
RGB Variations
Color information
#BB687D (or 0xBB687D) is known color: Tapestry. HEX triplet: BB, 68 and 7D. RGB value is (187,104,125). Sum of RGB (Red+Green+Blue) = 187+104+125=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB687D is #449782. Grayscale: #838383. Windows color (decimal): -4495235 or 8218811. OLE color: 8218811.
HSL color Cylindrical-coordinate representation of color #BB687D: hue angle of 344.82º 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 #BB687D is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 125 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.27 |
| HSL | 344.82º | 0.38% | 0.57% | - |
| HSV(B) | 344.82º | 0.44% | 0.73% | - |
| XYZ | 29.15 | 21.95 | 22.1 | - |
| YUV | 131.21 | 124.5 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 125 | 0 | 0.44 | 0.33 | 0.27 | 344.82 | 0.38 | 0.57 |
| Hex | BB | 68 | 7D | 0 | 2C | 21 | 1B | 159 | 26 | 39 |
| Octal | 273 | 150 | 175 | 0 | 54 | 41 | 33 | 531 | 46 | 71 |
| Binary | 10111011 | 1101000 | 1111101 | 0 | 101100 | 100001 | 11011 | 101011001 | 100110 | 111001 |
Color Harmonies of #BB687D
Complementary color
Monochromatic Colors of #BB687D
Black with #BB687D
Text Example
Text Example
White with #BB687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB687D; }
p { color: rgb(187,104,125); }
H1.HeaderClassName
{
color: #BB687D;
}
.AnyTagClassName
{
color: #BB687D;
}
</style>
background-color css
<style>
a { background-color: #BB687D; }
a { background-color: rgb(187,104,125); }
div.DivClassName
{
background-color: #BB687D;
}
.BgClassName
{
background-color: #BB687D;
}
</style>
border-color css
<style>
span { border-color: #BB687D; }
span { border-color: rgb(187,104,125); }
td.TdClassName
{
border-color: #BB687D;
}
.TagClassName
{
border-color: #BB687D;
}
</style>