Shades of Tapestry #BB6883
Tints of Tapestry #BB6883
RGB
CMYK
RGB Variations
Color information
#BB6883 (or 0xBB6883) is known color: Tapestry. HEX triplet: BB, 68 and 83. RGB value is (187,104,131). Sum of RGB (Red+Green+Blue) = 187+104+131=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6883 is #44977C. Grayscale: #838383. Windows color (decimal): -4495229 or 8612027. OLE color: 8612027.
HSL color Cylindrical-coordinate representation of color #BB6883: hue angle of 340.48º 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 #BB6883 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 131 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.27 |
| HSL | 340.48º | 0.38% | 0.57% | - |
| HSV(B) | 340.48º | 0.44% | 0.73% | - |
| XYZ | 29.54 | 22.1 | 24.18 | - |
| YUV | 131.9 | 127.5 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 131 | 0 | 0.44 | 0.30 | 0.27 | 340.48 | 0.38 | 0.57 |
| Hex | BB | 68 | 83 | 0 | 2C | 1E | 1B | 154 | 26 | 39 |
| Octal | 273 | 150 | 203 | 0 | 54 | 36 | 33 | 524 | 46 | 71 |
| Binary | 10111011 | 1101000 | 10000011 | 0 | 101100 | 11110 | 11011 | 101010100 | 100110 | 111001 |
Color Harmonies of #BB6883
Complementary color
Monochromatic Colors of #BB6883
Black with #BB6883
Text Example
Text Example
White with #BB6883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6883; }
p { color: rgb(187,104,131); }
H1.HeaderClassName
{
color: #BB6883;
}
.AnyTagClassName
{
color: #BB6883;
}
</style>
background-color css
<style>
a { background-color: #BB6883; }
a { background-color: rgb(187,104,131); }
div.DivClassName
{
background-color: #BB6883;
}
.BgClassName
{
background-color: #BB6883;
}
</style>
border-color css
<style>
span { border-color: #BB6883; }
span { border-color: rgb(187,104,131); }
td.TdClassName
{
border-color: #BB6883;
}
.TagClassName
{
border-color: #BB6883;
}
</style>