Shades of Tapestry #BB808C
Tints of Tapestry #BB808C
RGB
CMYK
RGB Variations
Color information
#BB808C (or 0xBB808C) is known color: Tapestry. HEX triplet: BB, 80 and 8C. RGB value is (187,128,140). Sum of RGB (Red+Green+Blue) = 187+128+140=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BB808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB808C is #447F73. Grayscale: #939393. Windows color (decimal): -4489076 or 9207995. OLE color: 9207995.
HSL color Cylindrical-coordinate representation of color #BB808C: hue angle of 347.8º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB808C is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 128 | 140 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.27 |
| HSL | 347.8º | 0.3% | 0.62% | - |
| HSV(B) | 347.8º | 0.32% | 0.73% | - |
| XYZ | 32.95 | 27.9 | 28.46 | - |
| YUV | 147.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 140 | 0 | 0.32 | 0.25 | 0.27 | 347.8 | 0.3 | 0.62 |
| Hex | BB | 80 | 8C | 0 | 20 | 19 | 1B | 15C | 1E | 3E |
| Octal | 273 | 200 | 214 | 0 | 40 | 31 | 33 | 534 | 36 | 76 |
| Binary | 10111011 | 10000000 | 10001100 | 0 | 100000 | 11001 | 11011 | 101011100 | 11110 | 111110 |
Color Harmonies of #BB808C
Complementary color
Monochromatic Colors of #BB808C
Black with #BB808C
Text Example
Text Example
White with #BB808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB808C; }
p { color: rgb(187,128,140); }
H1.HeaderClassName
{
color: #BB808C;
}
.AnyTagClassName
{
color: #BB808C;
}
</style>
background-color css
<style>
a { background-color: #BB808C; }
a { background-color: rgb(187,128,140); }
div.DivClassName
{
background-color: #BB808C;
}
.BgClassName
{
background-color: #BB808C;
}
</style>
border-color css
<style>
span { border-color: #BB808C; }
span { border-color: rgb(187,128,140); }
td.TdClassName
{
border-color: #BB808C;
}
.TagClassName
{
border-color: #BB808C;
}
</style>