Shades of Tapestry #B2607F
Tints of Tapestry #B2607F
RGB
CMYK
RGB Variations
Color information
#B2607F (or 0xB2607F) is known color: Tapestry. HEX triplet: B2, 60 and 7F. RGB value is (178,96,127). Sum of RGB (Red+Green+Blue) = 178+96+127=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B2607F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2607F is #4D9F80. Grayscale: #7C7C7C. Windows color (decimal): -5087105 or 8347826. OLE color: 8347826.
HSL color Cylindrical-coordinate representation of color #B2607F: hue angle of 337.32º 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 #B2607F is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 96 | 127 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.30 |
| HSL | 337.32º | 0.35% | 0.54% | - |
| HSV(B) | 337.32º | 0.46% | 0.7% | - |
| XYZ | 26.37 | 19.36 | 22.43 | - |
| YUV | 124.05 | 129.67 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 96 | 127 | 0 | 0.46 | 0.29 | 0.30 | 337.32 | 0.35 | 0.54 |
| Hex | B2 | 60 | 7F | 0 | 2E | 1D | 1E | 151 | 23 | 36 |
| Octal | 262 | 140 | 177 | 0 | 56 | 35 | 36 | 521 | 43 | 66 |
| Binary | 10110010 | 1100000 | 1111111 | 0 | 101110 | 11101 | 11110 | 101010001 | 100011 | 110110 |
Color Harmonies of #B2607F
Complementary color
Monochromatic Colors of #B2607F
Black with #B2607F
Text Example
Text Example
White with #B2607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2607F; }
p { color: rgb(178,96,127); }
H1.HeaderClassName
{
color: #B2607F;
}
.AnyTagClassName
{
color: #B2607F;
}
</style>
background-color css
<style>
a { background-color: #B2607F; }
a { background-color: rgb(178,96,127); }
div.DivClassName
{
background-color: #B2607F;
}
.BgClassName
{
background-color: #B2607F;
}
</style>
border-color css
<style>
span { border-color: #B2607F; }
span { border-color: rgb(178,96,127); }
td.TdClassName
{
border-color: #B2607F;
}
.TagClassName
{
border-color: #B2607F;
}
</style>