Shades of Tapestry #BB8284
Tints of Tapestry #BB8284
RGB
CMYK
RGB Variations
Color information
#BB8284 (or 0xBB8284) is known color: Tapestry. HEX triplet: BB, 82 and 84. RGB value is (187,130,132). Sum of RGB (Red+Green+Blue) = 187+130+132=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8284 is #447D7B. Grayscale: #939393. Windows color (decimal): -4488572 or 8684219. OLE color: 8684219.
HSL color Cylindrical-coordinate representation of color #BB8284: hue angle of 357.89º degrees, saturation: 0.3, 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 #BB8284 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 130 | 132 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.27 |
| HSL | 357.89º | 0.3% | 0.62% | - |
| HSV(B) | 357.89º | 0.3% | 0.73% | - |
| XYZ | 32.64 | 28.2 | 25.55 | - |
| YUV | 147.27 | 119.38 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 130 | 132 | 0 | 0.30 | 0.29 | 0.27 | 357.89 | 0.3 | 0.62 |
| Hex | BB | 82 | 84 | 0 | 1E | 1D | 1B | 166 | 1E | 3E |
| Octal | 273 | 202 | 204 | 0 | 36 | 35 | 33 | 546 | 36 | 76 |
| Binary | 10111011 | 10000010 | 10000100 | 0 | 11110 | 11101 | 11011 | 101100110 | 11110 | 111110 |
Color Harmonies of #BB8284
Complementary color
Monochromatic Colors of #BB8284
Black with #BB8284
Text Example
Text Example
White with #BB8284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8284; }
p { color: rgb(187,130,132); }
H1.HeaderClassName
{
color: #BB8284;
}
.AnyTagClassName
{
color: #BB8284;
}
</style>
background-color css
<style>
a { background-color: #BB8284; }
a { background-color: rgb(187,130,132); }
div.DivClassName
{
background-color: #BB8284;
}
.BgClassName
{
background-color: #BB8284;
}
</style>
border-color css
<style>
span { border-color: #BB8284; }
span { border-color: rgb(187,130,132); }
td.TdClassName
{
border-color: #BB8284;
}
.TagClassName
{
border-color: #BB8284;
}
</style>