Shades of Tapestry #B2697B
Tints of Tapestry #B2697B
RGB
CMYK
RGB Variations
Color information
#B2697B (or 0xB2697B) is known color: Tapestry. HEX triplet: B2, 69 and 7B. RGB value is (178,105,123). Sum of RGB (Red+Green+Blue) = 178+105+123=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B2697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2697B is #4D9684. Grayscale: #808080. Windows color (decimal): -5084805 or 8087986. OLE color: 8087986.
HSL color Cylindrical-coordinate representation of color #B2697B: hue angle of 345.21º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2697B is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 105 | 123 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.30 |
| HSL | 345.21º | 0.32% | 0.55% | - |
| HSV(B) | 345.21º | 0.41% | 0.7% | - |
| XYZ | 26.99 | 21 | 21.37 | - |
| YUV | 128.88 | 124.68 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 105 | 123 | 0 | 0.41 | 0.31 | 0.30 | 345.21 | 0.32 | 0.55 |
| Hex | B2 | 69 | 7B | 0 | 29 | 1F | 1E | 159 | 20 | 37 |
| Octal | 262 | 151 | 173 | 0 | 51 | 37 | 36 | 531 | 40 | 67 |
| Binary | 10110010 | 1101001 | 1111011 | 0 | 101001 | 11111 | 11110 | 101011001 | 100000 | 110111 |
Color Harmonies of #B2697B
Complementary color
Monochromatic Colors of #B2697B
Black with #B2697B
Text Example
Text Example
White with #B2697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2697B; }
p { color: rgb(178,105,123); }
H1.HeaderClassName
{
color: #B2697B;
}
.AnyTagClassName
{
color: #B2697B;
}
</style>
background-color css
<style>
a { background-color: #B2697B; }
a { background-color: rgb(178,105,123); }
div.DivClassName
{
background-color: #B2697B;
}
.BgClassName
{
background-color: #B2697B;
}
</style>
border-color css
<style>
span { border-color: #B2697B; }
span { border-color: rgb(178,105,123); }
td.TdClassName
{
border-color: #B2697B;
}
.TagClassName
{
border-color: #B2697B;
}
</style>