Shades of Tapestry #B2607A
Tints of Tapestry #B2607A
RGB
CMYK
RGB Variations
Color information
#B2607A (or 0xB2607A) is known color: Tapestry. HEX triplet: B2, 60 and 7A. RGB value is (178,96,122). Sum of RGB (Red+Green+Blue) = 178+96+122=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B2607A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2607A is #4D9F85. Grayscale: #7B7B7B. Windows color (decimal): -5087110 or 8020146. OLE color: 8020146.
HSL color Cylindrical-coordinate representation of color #B2607A: hue angle of 340.98º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2607A is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 96 | 122 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.30 |
| HSL | 340.98º | 0.35% | 0.54% | - |
| HSV(B) | 340.98º | 0.46% | 0.7% | - |
| XYZ | 26.06 | 19.24 | 20.75 | - |
| YUV | 123.48 | 127.17 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 96 | 122 | 0 | 0.46 | 0.31 | 0.30 | 340.98 | 0.35 | 0.54 |
| Hex | B2 | 60 | 7A | 0 | 2E | 1F | 1E | 155 | 23 | 36 |
| Octal | 262 | 140 | 172 | 0 | 56 | 37 | 36 | 525 | 43 | 66 |
| Binary | 10110010 | 1100000 | 1111010 | 0 | 101110 | 11111 | 11110 | 101010101 | 100011 | 110110 |
Color Harmonies of #B2607A
Complementary color
Monochromatic Colors of #B2607A
Black with #B2607A
Text Example
Text Example
White with #B2607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2607A; }
p { color: rgb(178,96,122); }
H1.HeaderClassName
{
color: #B2607A;
}
.AnyTagClassName
{
color: #B2607A;
}
</style>
background-color css
<style>
a { background-color: #B2607A; }
a { background-color: rgb(178,96,122); }
div.DivClassName
{
background-color: #B2607A;
}
.BgClassName
{
background-color: #B2607A;
}
</style>
border-color css
<style>
span { border-color: #B2607A; }
span { border-color: rgb(178,96,122); }
td.TdClassName
{
border-color: #B2607A;
}
.TagClassName
{
border-color: #B2607A;
}
</style>