Shades of Tapestry #BB668C
Tints of Tapestry #BB668C
RGB
CMYK
RGB Variations
Color information
#BB668C (or 0xBB668C) is known color: Tapestry. HEX triplet: BB, 66 and 8C. RGB value is (187,102,140). Sum of RGB (Red+Green+Blue) = 187+102+140=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB668C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB668C is #449973. Grayscale: #838383. Windows color (decimal): -4495732 or 9201339. OLE color: 9201339.
HSL color Cylindrical-coordinate representation of color #BB668C: hue angle of 333.18º 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 #BB668C is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 102 | 140 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.27 |
| HSL | 333.18º | 0.38% | 0.57% | - |
| HSV(B) | 333.18º | 0.45% | 0.73% | - |
| XYZ | 29.98 | 21.96 | 27.47 | - |
| YUV | 131.75 | 132.66 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 140 | 0 | 0.45 | 0.25 | 0.27 | 333.18 | 0.38 | 0.57 |
| Hex | BB | 66 | 8C | 0 | 2D | 19 | 1B | 14D | 26 | 39 |
| Octal | 273 | 146 | 214 | 0 | 55 | 31 | 33 | 515 | 46 | 71 |
| Binary | 10111011 | 1100110 | 10001100 | 0 | 101101 | 11001 | 11011 | 101001101 | 100110 | 111001 |
Color Harmonies of #BB668C
Complementary color
Monochromatic Colors of #BB668C
Black with #BB668C
Text Example
Text Example
White with #BB668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB668C; }
p { color: rgb(187,102,140); }
H1.HeaderClassName
{
color: #BB668C;
}
.AnyTagClassName
{
color: #BB668C;
}
</style>
background-color css
<style>
a { background-color: #BB668C; }
a { background-color: rgb(187,102,140); }
div.DivClassName
{
background-color: #BB668C;
}
.BgClassName
{
background-color: #BB668C;
}
</style>
border-color css
<style>
span { border-color: #BB668C; }
span { border-color: rgb(187,102,140); }
td.TdClassName
{
border-color: #BB668C;
}
.TagClassName
{
border-color: #BB668C;
}
</style>