Shades of Tapestry #BB7585
Tints of Tapestry #BB7585
RGB
CMYK
RGB Variations
Color information
#BB7585 (or 0xBB7585) is known color: Tapestry. HEX triplet: BB, 75 and 85. RGB value is (187,117,133). Sum of RGB (Red+Green+Blue) = 187+117+133=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7585 is #448A7A. Grayscale: #8B8B8B. Windows color (decimal): -4491899 or 8746427. OLE color: 8746427.
HSL color Cylindrical-coordinate representation of color #BB7585: hue angle of 346.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB7585 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 117 | 133 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.27 |
| HSL | 346.29º | 0.34% | 0.6% | - |
| HSV(B) | 346.29º | 0.37% | 0.73% | - |
| XYZ | 31.09 | 24.98 | 25.37 | - |
| YUV | 139.75 | 124.19 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 133 | 0 | 0.37 | 0.29 | 0.27 | 346.29 | 0.34 | 0.6 |
| Hex | BB | 75 | 85 | 0 | 25 | 1D | 1B | 15A | 22 | 3C |
| Octal | 273 | 165 | 205 | 0 | 45 | 35 | 33 | 532 | 42 | 74 |
| Binary | 10111011 | 1110101 | 10000101 | 0 | 100101 | 11101 | 11011 | 101011010 | 100010 | 111100 |
Color Harmonies of #BB7585
Complementary color
Monochromatic Colors of #BB7585
Black with #BB7585
Text Example
Text Example
White with #BB7585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7585; }
p { color: rgb(187,117,133); }
H1.HeaderClassName
{
color: #BB7585;
}
.AnyTagClassName
{
color: #BB7585;
}
</style>
background-color css
<style>
a { background-color: #BB7585; }
a { background-color: rgb(187,117,133); }
div.DivClassName
{
background-color: #BB7585;
}
.BgClassName
{
background-color: #BB7585;
}
</style>
border-color css
<style>
span { border-color: #BB7585; }
span { border-color: rgb(187,117,133); }
td.TdClassName
{
border-color: #BB7585;
}
.TagClassName
{
border-color: #BB7585;
}
</style>