Shades of Tapestry #B0697A
Tints of Tapestry #B0697A
RGB
CMYK
RGB Variations
Color information
#B0697A (or 0xB0697A) is known color: Tapestry. HEX triplet: B0, 69 and 7A. RGB value is (176,105,122). Sum of RGB (Red+Green+Blue) = 176+105+122=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B0697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0697A is #4F9685. Grayscale: #808080. Windows color (decimal): -5215878 or 8022448. OLE color: 8022448.
HSL color Cylindrical-coordinate representation of color #B0697A: hue angle of 345.63º 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 #B0697A is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 105 | 122 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.31 |
| HSL | 345.63º | 0.31% | 0.55% | - |
| HSV(B) | 345.63º | 0.4% | 0.69% | - |
| XYZ | 26.47 | 20.74 | 21.02 | - |
| YUV | 128.17 | 124.52 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 122 | 0 | 0.40 | 0.31 | 0.31 | 345.63 | 0.31 | 0.55 |
| Hex | B0 | 69 | 7A | 0 | 28 | 1F | 1F | 15A | 1F | 37 |
| Octal | 260 | 151 | 172 | 0 | 50 | 37 | 37 | 532 | 37 | 67 |
| Binary | 10110000 | 1101001 | 1111010 | 0 | 101000 | 11111 | 11111 | 101011010 | 11111 | 110111 |
Color Harmonies of #B0697A
Complementary color
Monochromatic Colors of #B0697A
Black with #B0697A
Text Example
Text Example
White with #B0697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0697A; }
p { color: rgb(176,105,122); }
H1.HeaderClassName
{
color: #B0697A;
}
.AnyTagClassName
{
color: #B0697A;
}
</style>
background-color css
<style>
a { background-color: #B0697A; }
a { background-color: rgb(176,105,122); }
div.DivClassName
{
background-color: #B0697A;
}
.BgClassName
{
background-color: #B0697A;
}
</style>
border-color css
<style>
span { border-color: #B0697A; }
span { border-color: rgb(176,105,122); }
td.TdClassName
{
border-color: #B0697A;
}
.TagClassName
{
border-color: #B0697A;
}
</style>