Shades of Tapestry #BB6285
Tints of Tapestry #BB6285
RGB
CMYK
RGB Variations
Color information
#BB6285 (or 0xBB6285) is known color: Tapestry. HEX triplet: BB, 62 and 85. RGB value is (187,98,133). Sum of RGB (Red+Green+Blue) = 187+98+133=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6285 is #449D7A. Grayscale: #808080. Windows color (decimal): -4496763 or 8741563. OLE color: 8741563.
HSL color Cylindrical-coordinate representation of color #BB6285: hue angle of 336.4º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB6285 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 98 | 133 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.27 |
| HSL | 336.4º | 0.4% | 0.56% | - |
| HSV(B) | 336.4º | 0.48% | 0.73% | - |
| XYZ | 29.09 | 20.99 | 24.71 | - |
| YUV | 128.6 | 130.49 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 98 | 133 | 0 | 0.48 | 0.29 | 0.27 | 336.4 | 0.4 | 0.56 |
| Hex | BB | 62 | 85 | 0 | 30 | 1D | 1B | 150 | 28 | 38 |
| Octal | 273 | 142 | 205 | 0 | 60 | 35 | 33 | 520 | 50 | 70 |
| Binary | 10111011 | 1100010 | 10000101 | 0 | 110000 | 11101 | 11011 | 101010000 | 101000 | 111000 |
Color Harmonies of #BB6285
Complementary color
Monochromatic Colors of #BB6285
Black with #BB6285
Text Example
Text Example
White with #BB6285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6285; }
p { color: rgb(187,98,133); }
H1.HeaderClassName
{
color: #BB6285;
}
.AnyTagClassName
{
color: #BB6285;
}
</style>
background-color css
<style>
a { background-color: #BB6285; }
a { background-color: rgb(187,98,133); }
div.DivClassName
{
background-color: #BB6285;
}
.BgClassName
{
background-color: #BB6285;
}
</style>
border-color css
<style>
span { border-color: #BB6285; }
span { border-color: rgb(187,98,133); }
td.TdClassName
{
border-color: #BB6285;
}
.TagClassName
{
border-color: #BB6285;
}
</style>