Shades of Tapestry #BB6B7D
Tints of Tapestry #BB6B7D
RGB
CMYK
RGB Variations
Color information
#BB6B7D (or 0xBB6B7D) is known color: Tapestry. HEX triplet: BB, 6B and 7D. RGB value is (187,107,125). Sum of RGB (Red+Green+Blue) = 187+107+125=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6B7D is #449482. Grayscale: #848484. Windows color (decimal): -4494467 or 8219579. OLE color: 8219579.
HSL color Cylindrical-coordinate representation of color #BB6B7D: hue angle of 346.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6B7D is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 107 | 125 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.27 |
| HSL | 346.5º | 0.37% | 0.58% | - |
| HSV(B) | 346.5º | 0.43% | 0.73% | - |
| XYZ | 29.45 | 22.56 | 22.2 | - |
| YUV | 132.97 | 123.5 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 107 | 125 | 0 | 0.43 | 0.33 | 0.27 | 346.5 | 0.37 | 0.58 |
| Hex | BB | 6B | 7D | 0 | 2B | 21 | 1B | 15A | 25 | 3A |
| Octal | 273 | 153 | 175 | 0 | 53 | 41 | 33 | 532 | 45 | 72 |
| Binary | 10111011 | 1101011 | 1111101 | 0 | 101011 | 100001 | 11011 | 101011010 | 100101 | 111010 |
Color Harmonies of #BB6B7D
Complementary color
Monochromatic Colors of #BB6B7D
Black with #BB6B7D
Text Example
Text Example
White with #BB6B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6B7D; }
p { color: rgb(187,107,125); }
H1.HeaderClassName
{
color: #BB6B7D;
}
.AnyTagClassName
{
color: #BB6B7D;
}
</style>
background-color css
<style>
a { background-color: #BB6B7D; }
a { background-color: rgb(187,107,125); }
div.DivClassName
{
background-color: #BB6B7D;
}
.BgClassName
{
background-color: #BB6B7D;
}
</style>
border-color css
<style>
span { border-color: #BB6B7D; }
span { border-color: rgb(187,107,125); }
td.TdClassName
{
border-color: #BB6B7D;
}
.TagClassName
{
border-color: #BB6B7D;
}
</style>