Shades of Tapestry #B0698C
Tints of Tapestry #B0698C
RGB
CMYK
RGB Variations
Color information
#B0698C (or 0xB0698C) is known color: Tapestry. HEX triplet: B0, 69 and 8C. RGB value is (176,105,140). Sum of RGB (Red+Green+Blue) = 176+105+140=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B0698C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0698C is #4F9673. Grayscale: #828282. Windows color (decimal): -5215860 or 9202096. OLE color: 9202096.
HSL color Cylindrical-coordinate representation of color #B0698C: hue angle of 330.42º 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 #B0698C is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 105 | 140 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.31 |
| HSL | 330.42º | 0.31% | 0.55% | - |
| HSV(B) | 330.42º | 0.4% | 0.69% | - |
| XYZ | 27.69 | 21.23 | 27.45 | - |
| YUV | 130.22 | 133.52 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 140 | 0 | 0.40 | 0.20 | 0.31 | 330.42 | 0.31 | 0.55 |
| Hex | B0 | 69 | 8C | 0 | 28 | 14 | 1F | 14A | 1F | 37 |
| Octal | 260 | 151 | 214 | 0 | 50 | 24 | 37 | 512 | 37 | 67 |
| Binary | 10110000 | 1101001 | 10001100 | 0 | 101000 | 10100 | 11111 | 101001010 | 11111 | 110111 |
Color Harmonies of #B0698C
Complementary color
Monochromatic Colors of #B0698C
Black with #B0698C
Text Example
Text Example
White with #B0698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0698C; }
p { color: rgb(176,105,140); }
H1.HeaderClassName
{
color: #B0698C;
}
.AnyTagClassName
{
color: #B0698C;
}
</style>
background-color css
<style>
a { background-color: #B0698C; }
a { background-color: rgb(176,105,140); }
div.DivClassName
{
background-color: #B0698C;
}
.BgClassName
{
background-color: #B0698C;
}
</style>
border-color css
<style>
span { border-color: #B0698C; }
span { border-color: rgb(176,105,140); }
td.TdClassName
{
border-color: #B0698C;
}
.TagClassName
{
border-color: #B0698C;
}
</style>