Shades of Tapestry #BB828B
Tints of Tapestry #BB828B
RGB
CMYK
RGB Variations
Color information
#BB828B (or 0xBB828B) is known color: Tapestry. HEX triplet: BB, 82 and 8B. RGB value is (187,130,139). Sum of RGB (Red+Green+Blue) = 187+130+139=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BB828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB828B is #447D74. Grayscale: #949494. Windows color (decimal): -4488565 or 9142971. OLE color: 9142971.
HSL color Cylindrical-coordinate representation of color #BB828B: hue angle of 350.53º 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 #BB828B is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 130 | 139 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.27 |
| HSL | 350.53º | 0.3% | 0.62% | - |
| HSV(B) | 350.53º | 0.3% | 0.73% | - |
| XYZ | 33.14 | 28.39 | 28.16 | - |
| YUV | 148.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 130 | 139 | 0 | 0.30 | 0.26 | 0.27 | 350.53 | 0.3 | 0.62 |
| Hex | BB | 82 | 8B | 0 | 1E | 1A | 1B | 15F | 1E | 3E |
| Octal | 273 | 202 | 213 | 0 | 36 | 32 | 33 | 537 | 36 | 76 |
| Binary | 10111011 | 10000010 | 10001011 | 0 | 11110 | 11010 | 11011 | 101011111 | 11110 | 111110 |
Color Harmonies of #BB828B
Complementary color
Monochromatic Colors of #BB828B
Black with #BB828B
Text Example
Text Example
White with #BB828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB828B; }
p { color: rgb(187,130,139); }
H1.HeaderClassName
{
color: #BB828B;
}
.AnyTagClassName
{
color: #BB828B;
}
</style>
background-color css
<style>
a { background-color: #BB828B; }
a { background-color: rgb(187,130,139); }
div.DivClassName
{
background-color: #BB828B;
}
.BgClassName
{
background-color: #BB828B;
}
</style>
border-color css
<style>
span { border-color: #BB828B; }
span { border-color: rgb(187,130,139); }
td.TdClassName
{
border-color: #BB828B;
}
.TagClassName
{
border-color: #BB828B;
}
</style>