Shades of Tapestry #BB7983
Tints of Tapestry #BB7983
RGB
CMYK
RGB Variations
Color information
#BB7983 (or 0xBB7983) is known color: Tapestry. HEX triplet: BB, 79 and 83. RGB value is (187,121,131). Sum of RGB (Red+Green+Blue) = 187+121+131=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7983 is #44867C. Grayscale: #8D8D8D. Windows color (decimal): -4490877 or 8616379. OLE color: 8616379.
HSL color Cylindrical-coordinate representation of color #BB7983: hue angle of 350.91º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB7983 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 121 | 131 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.27 |
| HSL | 350.91º | 0.33% | 0.6% | - |
| HSV(B) | 350.91º | 0.35% | 0.73% | - |
| XYZ | 31.43 | 25.88 | 24.81 | - |
| YUV | 141.87 | 121.87 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 121 | 131 | 0 | 0.35 | 0.30 | 0.27 | 350.91 | 0.33 | 0.6 |
| Hex | BB | 79 | 83 | 0 | 23 | 1E | 1B | 15F | 21 | 3C |
| Octal | 273 | 171 | 203 | 0 | 43 | 36 | 33 | 537 | 41 | 74 |
| Binary | 10111011 | 1111001 | 10000011 | 0 | 100011 | 11110 | 11011 | 101011111 | 100001 | 111100 |
Color Harmonies of #BB7983
Complementary color
Monochromatic Colors of #BB7983
Black with #BB7983
Text Example
Text Example
White with #BB7983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7983; }
p { color: rgb(187,121,131); }
H1.HeaderClassName
{
color: #BB7983;
}
.AnyTagClassName
{
color: #BB7983;
}
</style>
background-color css
<style>
a { background-color: #BB7983; }
a { background-color: rgb(187,121,131); }
div.DivClassName
{
background-color: #BB7983;
}
.BgClassName
{
background-color: #BB7983;
}
</style>
border-color css
<style>
span { border-color: #BB7983; }
span { border-color: rgb(187,121,131); }
td.TdClassName
{
border-color: #BB7983;
}
.TagClassName
{
border-color: #BB7983;
}
</style>