Shades of Tapestry #BB718B
Tints of Tapestry #BB718B
RGB
CMYK
RGB Variations
Color information
#BB718B (or 0xBB718B) is known color: Tapestry. HEX triplet: BB, 71 and 8B. RGB value is (187,113,139). Sum of RGB (Red+Green+Blue) = 187+113+139=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BB718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB718B is #448E74. Grayscale: #8A8A8A. Windows color (decimal): -4492917 or 9138619. OLE color: 9138619.
HSL color Cylindrical-coordinate representation of color #BB718B: hue angle of 338.92º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB718B is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 113 | 139 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.27 |
| HSL | 338.92º | 0.35% | 0.59% | - |
| HSV(B) | 338.92º | 0.4% | 0.73% | - |
| XYZ | 31.06 | 24.24 | 27.47 | - |
| YUV | 138.09 | 128.52 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 113 | 139 | 0 | 0.40 | 0.26 | 0.27 | 338.92 | 0.35 | 0.59 |
| Hex | BB | 71 | 8B | 0 | 28 | 1A | 1B | 153 | 23 | 3B |
| Octal | 273 | 161 | 213 | 0 | 50 | 32 | 33 | 523 | 43 | 73 |
| Binary | 10111011 | 1110001 | 10001011 | 0 | 101000 | 11010 | 11011 | 101010011 | 100011 | 111011 |
Color Harmonies of #BB718B
Complementary color
Monochromatic Colors of #BB718B
Black with #BB718B
Text Example
Text Example
White with #BB718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB718B; }
p { color: rgb(187,113,139); }
H1.HeaderClassName
{
color: #BB718B;
}
.AnyTagClassName
{
color: #BB718B;
}
</style>
background-color css
<style>
a { background-color: #BB718B; }
a { background-color: rgb(187,113,139); }
div.DivClassName
{
background-color: #BB718B;
}
.BgClassName
{
background-color: #BB718B;
}
</style>
border-color css
<style>
span { border-color: #BB718B; }
span { border-color: rgb(187,113,139); }
td.TdClassName
{
border-color: #BB718B;
}
.TagClassName
{
border-color: #BB718B;
}
</style>