Shades of Tapestry #BB668D
Tints of Tapestry #BB668D
RGB
CMYK
RGB Variations
Color information
#BB668D (or 0xBB668D) is known color: Tapestry. HEX triplet: BB, 66 and 8D. RGB value is (187,102,141). Sum of RGB (Red+Green+Blue) = 187+102+141=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB668D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB668D is #449972. Grayscale: #838383. Windows color (decimal): -4495731 or 9266875. OLE color: 9266875.
HSL color Cylindrical-coordinate representation of color #BB668D: hue angle of 332.47º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB668D is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 102 | 141 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.27 |
| HSL | 332.47º | 0.38% | 0.57% | - |
| HSV(B) | 332.47º | 0.45% | 0.73% | - |
| XYZ | 30.05 | 21.99 | 27.86 | - |
| YUV | 131.86 | 133.16 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 141 | 0 | 0.45 | 0.25 | 0.27 | 332.47 | 0.38 | 0.57 |
| Hex | BB | 66 | 8D | 0 | 2D | 19 | 1B | 14C | 26 | 39 |
| Octal | 273 | 146 | 215 | 0 | 55 | 31 | 33 | 514 | 46 | 71 |
| Binary | 10111011 | 1100110 | 10001101 | 0 | 101101 | 11001 | 11011 | 101001100 | 100110 | 111001 |
Color Harmonies of #BB668D
Complementary color
Monochromatic Colors of #BB668D
Black with #BB668D
Text Example
Text Example
White with #BB668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB668D; }
p { color: rgb(187,102,141); }
H1.HeaderClassName
{
color: #BB668D;
}
.AnyTagClassName
{
color: #BB668D;
}
</style>
background-color css
<style>
a { background-color: #BB668D; }
a { background-color: rgb(187,102,141); }
div.DivClassName
{
background-color: #BB668D;
}
.BgClassName
{
background-color: #BB668D;
}
</style>
border-color css
<style>
span { border-color: #BB668D; }
span { border-color: rgb(187,102,141); }
td.TdClassName
{
border-color: #BB668D;
}
.TagClassName
{
border-color: #BB668D;
}
</style>