Shades of Tapestry #BB717A
Tints of Tapestry #BB717A
RGB
CMYK
RGB Variations
Color information
#BB717A (or 0xBB717A) is known color: Tapestry. HEX triplet: BB, 71 and 7A. RGB value is (187,113,122). Sum of RGB (Red+Green+Blue) = 187+113+122=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB717A is #448E85. Grayscale: #888888. Windows color (decimal): -4492934 or 8024507. OLE color: 8024507.
HSL color Cylindrical-coordinate representation of color #BB717A: hue angle of 352.7º 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 #BB717A is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 113 | 122 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.27 |
| HSL | 352.7º | 0.35% | 0.59% | - |
| HSV(B) | 352.7º | 0.4% | 0.73% | - |
| XYZ | 29.91 | 23.78 | 21.43 | - |
| YUV | 136.15 | 120.02 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 113 | 122 | 0 | 0.40 | 0.35 | 0.27 | 352.7 | 0.35 | 0.59 |
| Hex | BB | 71 | 7A | 0 | 28 | 23 | 1B | 161 | 23 | 3B |
| Octal | 273 | 161 | 172 | 0 | 50 | 43 | 33 | 541 | 43 | 73 |
| Binary | 10111011 | 1110001 | 1111010 | 0 | 101000 | 100011 | 11011 | 101100001 | 100011 | 111011 |
Color Harmonies of #BB717A
Complementary color
Monochromatic Colors of #BB717A
Black with #BB717A
Text Example
Text Example
White with #BB717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB717A; }
p { color: rgb(187,113,122); }
H1.HeaderClassName
{
color: #BB717A;
}
.AnyTagClassName
{
color: #BB717A;
}
</style>
background-color css
<style>
a { background-color: #BB717A; }
a { background-color: rgb(187,113,122); }
div.DivClassName
{
background-color: #BB717A;
}
.BgClassName
{
background-color: #BB717A;
}
</style>
border-color css
<style>
span { border-color: #BB717A; }
span { border-color: rgb(187,113,122); }
td.TdClassName
{
border-color: #BB717A;
}
.TagClassName
{
border-color: #BB717A;
}
</style>