Shades of Tapestry #BB707E
Tints of Tapestry #BB707E
RGB
CMYK
RGB Variations
Color information
#BB707E (or 0xBB707E) is known color: Tapestry. HEX triplet: BB, 70 and 7E. RGB value is (187,112,126). Sum of RGB (Red+Green+Blue) = 187+112+126=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB707E is #448F81. Grayscale: #888888. Windows color (decimal): -4493186 or 8286395. OLE color: 8286395.
HSL color Cylindrical-coordinate representation of color #BB707E: hue angle of 348.8º degrees, saturation: 0.36, 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 #BB707E is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 112 | 126 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.27 |
| HSL | 348.8º | 0.36% | 0.59% | - |
| HSV(B) | 348.8º | 0.4% | 0.73% | - |
| XYZ | 30.05 | 23.66 | 22.72 | - |
| YUV | 136.02 | 122.35 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 112 | 126 | 0 | 0.40 | 0.33 | 0.27 | 348.8 | 0.36 | 0.59 |
| Hex | BB | 70 | 7E | 0 | 28 | 21 | 1B | 15D | 24 | 3B |
| Octal | 273 | 160 | 176 | 0 | 50 | 41 | 33 | 535 | 44 | 73 |
| Binary | 10111011 | 1110000 | 1111110 | 0 | 101000 | 100001 | 11011 | 101011101 | 100100 | 111011 |
Color Harmonies of #BB707E
Complementary color
Monochromatic Colors of #BB707E
Black with #BB707E
Text Example
Text Example
White with #BB707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB707E; }
p { color: rgb(187,112,126); }
H1.HeaderClassName
{
color: #BB707E;
}
.AnyTagClassName
{
color: #BB707E;
}
</style>
background-color css
<style>
a { background-color: #BB707E; }
a { background-color: rgb(187,112,126); }
div.DivClassName
{
background-color: #BB707E;
}
.BgClassName
{
background-color: #BB707E;
}
</style>
border-color css
<style>
span { border-color: #BB707E; }
span { border-color: rgb(187,112,126); }
td.TdClassName
{
border-color: #BB707E;
}
.TagClassName
{
border-color: #BB707E;
}
</style>