Shades of Tapestry #BB6C7E
Tints of Tapestry #BB6C7E
RGB
CMYK
RGB Variations
Color information
#BB6C7E (or 0xBB6C7E) is known color: Tapestry. HEX triplet: BB, 6C and 7E. RGB value is (187,108,126). Sum of RGB (Red+Green+Blue) = 187+108+126=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6C7E is #449381. Grayscale: #858585. Windows color (decimal): -4494210 or 8285371. OLE color: 8285371.
HSL color Cylindrical-coordinate representation of color #BB6C7E: hue angle of 346.33º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB6C7E is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 108 | 126 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.27 |
| HSL | 346.33º | 0.37% | 0.58% | - |
| HSV(B) | 346.33º | 0.42% | 0.73% | - |
| XYZ | 29.62 | 22.8 | 22.58 | - |
| YUV | 133.67 | 123.67 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 126 | 0 | 0.42 | 0.33 | 0.27 | 346.33 | 0.37 | 0.58 |
| Hex | BB | 6C | 7E | 0 | 2A | 21 | 1B | 15A | 25 | 3A |
| Octal | 273 | 154 | 176 | 0 | 52 | 41 | 33 | 532 | 45 | 72 |
| Binary | 10111011 | 1101100 | 1111110 | 0 | 101010 | 100001 | 11011 | 101011010 | 100101 | 111010 |
Color Harmonies of #BB6C7E
Complementary color
Monochromatic Colors of #BB6C7E
Black with #BB6C7E
Text Example
Text Example
White with #BB6C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6C7E; }
p { color: rgb(187,108,126); }
H1.HeaderClassName
{
color: #BB6C7E;
}
.AnyTagClassName
{
color: #BB6C7E;
}
</style>
background-color css
<style>
a { background-color: #BB6C7E; }
a { background-color: rgb(187,108,126); }
div.DivClassName
{
background-color: #BB6C7E;
}
.BgClassName
{
background-color: #BB6C7E;
}
</style>
border-color css
<style>
span { border-color: #BB6C7E; }
span { border-color: rgb(187,108,126); }
td.TdClassName
{
border-color: #BB6C7E;
}
.TagClassName
{
border-color: #BB6C7E;
}
</style>