Shades of Tapestry #BB8386
Tints of Tapestry #BB8386
RGB
CMYK
RGB Variations
Color information
#BB8386 (or 0xBB8386) is known color: Tapestry. HEX triplet: BB, 83 and 86. RGB value is (187,131,134). Sum of RGB (Red+Green+Blue) = 187+131+134=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8386 is #447C79. Grayscale: #949494. Windows color (decimal): -4488314 or 8815547. OLE color: 8815547.
HSL color Cylindrical-coordinate representation of color #BB8386: hue angle of 356.79º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB8386 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 131 | 134 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.27 |
| HSL | 356.79º | 0.29% | 0.62% | - |
| HSV(B) | 356.79º | 0.3% | 0.73% | - |
| XYZ | 32.91 | 28.52 | 26.32 | - |
| YUV | 148.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 134 | 0 | 0.30 | 0.28 | 0.27 | 356.79 | 0.29 | 0.62 |
| Hex | BB | 83 | 86 | 0 | 1E | 1C | 1B | 165 | 1D | 3E |
| Octal | 273 | 203 | 206 | 0 | 36 | 34 | 33 | 545 | 35 | 76 |
| Binary | 10111011 | 10000011 | 10000110 | 0 | 11110 | 11100 | 11011 | 101100101 | 11101 | 111110 |
Color Harmonies of #BB8386
Complementary color
Monochromatic Colors of #BB8386
Black with #BB8386
Text Example
Text Example
White with #BB8386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8386; }
p { color: rgb(187,131,134); }
H1.HeaderClassName
{
color: #BB8386;
}
.AnyTagClassName
{
color: #BB8386;
}
</style>
background-color css
<style>
a { background-color: #BB8386; }
a { background-color: rgb(187,131,134); }
div.DivClassName
{
background-color: #BB8386;
}
.BgClassName
{
background-color: #BB8386;
}
</style>
border-color css
<style>
span { border-color: #BB8386; }
span { border-color: rgb(187,131,134); }
td.TdClassName
{
border-color: #BB8386;
}
.TagClassName
{
border-color: #BB8386;
}
</style>