Shades of Tapestry #BB677F
Tints of Tapestry #BB677F
RGB
CMYK
RGB Variations
Color information
#BB677F (or 0xBB677F) is known color: Tapestry. HEX triplet: BB, 67 and 7F. RGB value is (187,103,127). Sum of RGB (Red+Green+Blue) = 187+103+127=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB677F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB677F is #449880. Grayscale: #828282. Windows color (decimal): -4495489 or 8349627. OLE color: 8349627.
HSL color Cylindrical-coordinate representation of color #BB677F: hue angle of 342.86º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB677F is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 103 | 127 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.27 |
| HSL | 342.86º | 0.38% | 0.57% | - |
| HSV(B) | 342.86º | 0.45% | 0.73% | - |
| XYZ | 29.17 | 21.8 | 22.75 | - |
| YUV | 130.85 | 125.83 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 103 | 127 | 0 | 0.45 | 0.32 | 0.27 | 342.86 | 0.38 | 0.57 |
| Hex | BB | 67 | 7F | 0 | 2D | 20 | 1B | 157 | 26 | 39 |
| Octal | 273 | 147 | 177 | 0 | 55 | 40 | 33 | 527 | 46 | 71 |
| Binary | 10111011 | 1100111 | 1111111 | 0 | 101101 | 100000 | 11011 | 101010111 | 100110 | 111001 |
Color Harmonies of #BB677F
Complementary color
Monochromatic Colors of #BB677F
Black with #BB677F
Text Example
Text Example
White with #BB677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB677F; }
p { color: rgb(187,103,127); }
H1.HeaderClassName
{
color: #BB677F;
}
.AnyTagClassName
{
color: #BB677F;
}
</style>
background-color css
<style>
a { background-color: #BB677F; }
a { background-color: rgb(187,103,127); }
div.DivClassName
{
background-color: #BB677F;
}
.BgClassName
{
background-color: #BB677F;
}
</style>
border-color css
<style>
span { border-color: #BB677F; }
span { border-color: rgb(187,103,127); }
td.TdClassName
{
border-color: #BB677F;
}
.TagClassName
{
border-color: #BB677F;
}
</style>