Shades of Tapestry #B0698E
Tints of Tapestry #B0698E
RGB
CMYK
RGB Variations
Color information
#B0698E (or 0xB0698E) is known color: Tapestry. HEX triplet: B0, 69 and 8E. RGB value is (176,105,142). Sum of RGB (Red+Green+Blue) = 176+105+142=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B0698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0698E is #4F9671. Grayscale: #828282. Windows color (decimal): -5215858 or 9333168. OLE color: 9333168.
HSL color Cylindrical-coordinate representation of color #B0698E: hue angle of 328.73º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0698E is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 105 | 142 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.31 |
| HSL | 328.73º | 0.31% | 0.55% | - |
| HSV(B) | 328.73º | 0.4% | 0.69% | - |
| XYZ | 27.84 | 21.29 | 28.23 | - |
| YUV | 130.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 142 | 0 | 0.40 | 0.19 | 0.31 | 328.73 | 0.31 | 0.55 |
| Hex | B0 | 69 | 8E | 0 | 28 | 13 | 1F | 149 | 1F | 37 |
| Octal | 260 | 151 | 216 | 0 | 50 | 23 | 37 | 511 | 37 | 67 |
| Binary | 10110000 | 1101001 | 10001110 | 0 | 101000 | 10011 | 11111 | 101001001 | 11111 | 110111 |
Color Harmonies of #B0698E
Complementary color
Monochromatic Colors of #B0698E
Black with #B0698E
Text Example
Text Example
White with #B0698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0698E; }
p { color: rgb(176,105,142); }
H1.HeaderClassName
{
color: #B0698E;
}
.AnyTagClassName
{
color: #B0698E;
}
</style>
background-color css
<style>
a { background-color: #B0698E; }
a { background-color: rgb(176,105,142); }
div.DivClassName
{
background-color: #B0698E;
}
.BgClassName
{
background-color: #B0698E;
}
</style>
border-color css
<style>
span { border-color: #B0698E; }
span { border-color: rgb(176,105,142); }
td.TdClassName
{
border-color: #B0698E;
}
.TagClassName
{
border-color: #B0698E;
}
</style>