Shades of Tapestry #BB678B
Tints of Tapestry #BB678B
RGB
CMYK
RGB Variations
Color information
#BB678B (or 0xBB678B) is known color: Tapestry. HEX triplet: BB, 67 and 8B. RGB value is (187,103,139). Sum of RGB (Red+Green+Blue) = 187+103+139=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB678B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB678B is #449874. Grayscale: #848484. Windows color (decimal): -4495477 or 9136059. OLE color: 9136059.
HSL color Cylindrical-coordinate representation of color #BB678B: hue angle of 334.29º 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 #BB678B is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 103 | 139 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.27 |
| HSL | 334.29º | 0.38% | 0.57% | - |
| HSV(B) | 334.29º | 0.45% | 0.73% | - |
| XYZ | 30 | 22.13 | 27.12 | - |
| YUV | 132.22 | 131.83 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 103 | 139 | 0 | 0.45 | 0.26 | 0.27 | 334.29 | 0.38 | 0.57 |
| Hex | BB | 67 | 8B | 0 | 2D | 1A | 1B | 14E | 26 | 39 |
| Octal | 273 | 147 | 213 | 0 | 55 | 32 | 33 | 516 | 46 | 71 |
| Binary | 10111011 | 1100111 | 10001011 | 0 | 101101 | 11010 | 11011 | 101001110 | 100110 | 111001 |
Color Harmonies of #BB678B
Complementary color
Monochromatic Colors of #BB678B
Black with #BB678B
Text Example
Text Example
White with #BB678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB678B; }
p { color: rgb(187,103,139); }
H1.HeaderClassName
{
color: #BB678B;
}
.AnyTagClassName
{
color: #BB678B;
}
</style>
background-color css
<style>
a { background-color: #BB678B; }
a { background-color: rgb(187,103,139); }
div.DivClassName
{
background-color: #BB678B;
}
.BgClassName
{
background-color: #BB678B;
}
</style>
border-color css
<style>
span { border-color: #BB678B; }
span { border-color: rgb(187,103,139); }
td.TdClassName
{
border-color: #BB678B;
}
.TagClassName
{
border-color: #BB678B;
}
</style>