Shades of Tapestry #BB7984
Tints of Tapestry #BB7984
RGB
CMYK
RGB Variations
Color information
#BB7984 (or 0xBB7984) is known color: Tapestry. HEX triplet: BB, 79 and 84. RGB value is (187,121,132). Sum of RGB (Red+Green+Blue) = 187+121+132=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7984 is #44867B. Grayscale: #8E8E8E. Windows color (decimal): -4490876 or 8681915. OLE color: 8681915.
HSL color Cylindrical-coordinate representation of color #BB7984: hue angle of 350º 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 #BB7984 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 121 | 132 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.27 |
| HSL | 350º | 0.33% | 0.6% | - |
| HSV(B) | 350º | 0.35% | 0.73% | - |
| XYZ | 31.5 | 25.91 | 25.17 | - |
| YUV | 141.99 | 122.37 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 121 | 132 | 0 | 0.35 | 0.29 | 0.27 | 350 | 0.33 | 0.6 |
| Hex | BB | 79 | 84 | 0 | 23 | 1D | 1B | 15E | 21 | 3C |
| Octal | 273 | 171 | 204 | 0 | 43 | 35 | 33 | 536 | 41 | 74 |
| Binary | 10111011 | 1111001 | 10000100 | 0 | 100011 | 11101 | 11011 | 101011110 | 100001 | 111100 |
Color Harmonies of #BB7984
Complementary color
Monochromatic Colors of #BB7984
Black with #BB7984
Text Example
Text Example
White with #BB7984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7984; }
p { color: rgb(187,121,132); }
H1.HeaderClassName
{
color: #BB7984;
}
.AnyTagClassName
{
color: #BB7984;
}
</style>
background-color css
<style>
a { background-color: #BB7984; }
a { background-color: rgb(187,121,132); }
div.DivClassName
{
background-color: #BB7984;
}
.BgClassName
{
background-color: #BB7984;
}
</style>
border-color css
<style>
span { border-color: #BB7984; }
span { border-color: rgb(187,121,132); }
td.TdClassName
{
border-color: #BB7984;
}
.TagClassName
{
border-color: #BB7984;
}
</style>