Shades of Tapestry #B0687B
Tints of Tapestry #B0687B
RGB
CMYK
RGB Variations
Color information
#B0687B (or 0xB0687B) is known color: Tapestry. HEX triplet: B0, 68 and 7B. RGB value is (176,104,123). Sum of RGB (Red+Green+Blue) = 176+104+123=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B0687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0687B is #4F9784. Grayscale: #7F7F7F. Windows color (decimal): -5216133 or 8087728. OLE color: 8087728.
HSL color Cylindrical-coordinate representation of color #B0687B: hue angle of 344.17º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0687B is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 104 | 123 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.31 |
| HSL | 344.17º | 0.31% | 0.55% | - |
| HSV(B) | 344.17º | 0.41% | 0.69% | - |
| XYZ | 26.43 | 20.56 | 21.31 | - |
| YUV | 127.69 | 125.35 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 123 | 0 | 0.41 | 0.30 | 0.31 | 344.17 | 0.31 | 0.55 |
| Hex | B0 | 68 | 7B | 0 | 29 | 1E | 1F | 158 | 1F | 37 |
| Octal | 260 | 150 | 173 | 0 | 51 | 36 | 37 | 530 | 37 | 67 |
| Binary | 10110000 | 1101000 | 1111011 | 0 | 101001 | 11110 | 11111 | 101011000 | 11111 | 110111 |
Color Harmonies of #B0687B
Complementary color
Monochromatic Colors of #B0687B
Black with #B0687B
Text Example
Text Example
White with #B0687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0687B; }
p { color: rgb(176,104,123); }
H1.HeaderClassName
{
color: #B0687B;
}
.AnyTagClassName
{
color: #B0687B;
}
</style>
background-color css
<style>
a { background-color: #B0687B; }
a { background-color: rgb(176,104,123); }
div.DivClassName
{
background-color: #B0687B;
}
.BgClassName
{
background-color: #B0687B;
}
</style>
border-color css
<style>
span { border-color: #B0687B; }
span { border-color: rgb(176,104,123); }
td.TdClassName
{
border-color: #B0687B;
}
.TagClassName
{
border-color: #B0687B;
}
</style>