Shades of Tapestry #BB7D8C
Tints of Tapestry #BB7D8C
RGB
CMYK
RGB Variations
Color information
#BB7D8C (or 0xBB7D8C) is known color: Tapestry. HEX triplet: BB, 7D and 8C. RGB value is (187,125,140). Sum of RGB (Red+Green+Blue) = 187+125+140=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7D8C is #448273. Grayscale: #919191. Windows color (decimal): -4489844 or 9207227. OLE color: 9207227.
HSL color Cylindrical-coordinate representation of color #BB7D8C: hue angle of 345.48º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB7D8C is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 125 | 140 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.27 |
| HSL | 345.48º | 0.31% | 0.61% | - |
| HSV(B) | 345.48º | 0.33% | 0.73% | - |
| XYZ | 32.56 | 27.13 | 28.33 | - |
| YUV | 145.25 | 125.04 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 125 | 140 | 0 | 0.33 | 0.25 | 0.27 | 345.48 | 0.31 | 0.61 |
| Hex | BB | 7D | 8C | 0 | 21 | 19 | 1B | 159 | 1F | 3D |
| Octal | 273 | 175 | 214 | 0 | 41 | 31 | 33 | 531 | 37 | 75 |
| Binary | 10111011 | 1111101 | 10001100 | 0 | 100001 | 11001 | 11011 | 101011001 | 11111 | 111101 |
Color Harmonies of #BB7D8C
Complementary color
Monochromatic Colors of #BB7D8C
Black with #BB7D8C
Text Example
Text Example
White with #BB7D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7D8C; }
p { color: rgb(187,125,140); }
H1.HeaderClassName
{
color: #BB7D8C;
}
.AnyTagClassName
{
color: #BB7D8C;
}
</style>
background-color css
<style>
a { background-color: #BB7D8C; }
a { background-color: rgb(187,125,140); }
div.DivClassName
{
background-color: #BB7D8C;
}
.BgClassName
{
background-color: #BB7D8C;
}
</style>
border-color css
<style>
span { border-color: #BB7D8C; }
span { border-color: rgb(187,125,140); }
td.TdClassName
{
border-color: #BB7D8C;
}
.TagClassName
{
border-color: #BB7D8C;
}
</style>