Shades of Tapestry #BB6B7B
Tints of Tapestry #BB6B7B
RGB
CMYK
RGB Variations
Color information
#BB6B7B (or 0xBB6B7B) is known color: Tapestry. HEX triplet: BB, 6B and 7B. RGB value is (187,107,123). Sum of RGB (Red+Green+Blue) = 187+107+123=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6B7B is #449484. Grayscale: #848484. Windows color (decimal): -4494469 or 8088507. OLE color: 8088507.
HSL color Cylindrical-coordinate representation of color #BB6B7B: hue angle of 348º 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 #BB6B7B is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 107 | 123 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.27 |
| HSL | 348º | 0.37% | 0.58% | - |
| HSV(B) | 348º | 0.43% | 0.73% | - |
| XYZ | 29.33 | 22.51 | 21.54 | - |
| YUV | 132.74 | 122.5 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 107 | 123 | 0 | 0.43 | 0.34 | 0.27 | 348 | 0.37 | 0.58 |
| Hex | BB | 6B | 7B | 0 | 2B | 22 | 1B | 15C | 25 | 3A |
| Octal | 273 | 153 | 173 | 0 | 53 | 42 | 33 | 534 | 45 | 72 |
| Binary | 10111011 | 1101011 | 1111011 | 0 | 101011 | 100010 | 11011 | 101011100 | 100101 | 111010 |
Color Harmonies of #BB6B7B
Complementary color
Monochromatic Colors of #BB6B7B
Black with #BB6B7B
Text Example
Text Example
White with #BB6B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6B7B; }
p { color: rgb(187,107,123); }
H1.HeaderClassName
{
color: #BB6B7B;
}
.AnyTagClassName
{
color: #BB6B7B;
}
</style>
background-color css
<style>
a { background-color: #BB6B7B; }
a { background-color: rgb(187,107,123); }
div.DivClassName
{
background-color: #BB6B7B;
}
.BgClassName
{
background-color: #BB6B7B;
}
</style>
border-color css
<style>
span { border-color: #BB6B7B; }
span { border-color: rgb(187,107,123); }
td.TdClassName
{
border-color: #BB6B7B;
}
.TagClassName
{
border-color: #BB6B7B;
}
</style>