Shades of Tapestry #BB717B
Tints of Tapestry #BB717B
RGB
CMYK
RGB Variations
Color information
#BB717B (or 0xBB717B) is known color: Tapestry. HEX triplet: BB, 71 and 7B. RGB value is (187,113,123). Sum of RGB (Red+Green+Blue) = 187+113+123=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB717B is #448E84. Grayscale: #888888. Windows color (decimal): -4492933 or 8090043. OLE color: 8090043.
HSL color Cylindrical-coordinate representation of color #BB717B: hue angle of 351.89º 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 #BB717B is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 113 | 123 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.27 |
| HSL | 351.89º | 0.35% | 0.59% | - |
| HSV(B) | 351.89º | 0.4% | 0.73% | - |
| XYZ | 29.97 | 23.81 | 21.75 | - |
| YUV | 136.27 | 120.52 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 113 | 123 | 0 | 0.40 | 0.34 | 0.27 | 351.89 | 0.35 | 0.59 |
| Hex | BB | 71 | 7B | 0 | 28 | 22 | 1B | 160 | 23 | 3B |
| Octal | 273 | 161 | 173 | 0 | 50 | 42 | 33 | 540 | 43 | 73 |
| Binary | 10111011 | 1110001 | 1111011 | 0 | 101000 | 100010 | 11011 | 101100000 | 100011 | 111011 |
Color Harmonies of #BB717B
Complementary color
Monochromatic Colors of #BB717B
Black with #BB717B
Text Example
Text Example
White with #BB717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB717B; }
p { color: rgb(187,113,123); }
H1.HeaderClassName
{
color: #BB717B;
}
.AnyTagClassName
{
color: #BB717B;
}
</style>
background-color css
<style>
a { background-color: #BB717B; }
a { background-color: rgb(187,113,123); }
div.DivClassName
{
background-color: #BB717B;
}
.BgClassName
{
background-color: #BB717B;
}
</style>
border-color css
<style>
span { border-color: #BB717B; }
span { border-color: rgb(187,113,123); }
td.TdClassName
{
border-color: #BB717B;
}
.TagClassName
{
border-color: #BB717B;
}
</style>