Shades of Tapestry #B2647F
Tints of Tapestry #B2647F
RGB
CMYK
RGB Variations
Color information
#B2647F (or 0xB2647F) is known color: Tapestry. HEX triplet: B2, 64 and 7F. RGB value is (178,100,127). Sum of RGB (Red+Green+Blue) = 178+100+127=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B2647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2647F is #4D9B80. Grayscale: #7E7E7E. Windows color (decimal): -5086081 or 8348850. OLE color: 8348850.
HSL color Cylindrical-coordinate representation of color #B2647F: hue angle of 339.23º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2647F is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 100 | 127 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.30 |
| HSL | 339.23º | 0.34% | 0.55% | - |
| HSV(B) | 339.23º | 0.44% | 0.7% | - |
| XYZ | 26.75 | 20.11 | 22.55 | - |
| YUV | 126.4 | 128.34 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 127 | 0 | 0.44 | 0.29 | 0.30 | 339.23 | 0.34 | 0.55 |
| Hex | B2 | 64 | 7F | 0 | 2C | 1D | 1E | 153 | 22 | 37 |
| Octal | 262 | 144 | 177 | 0 | 54 | 35 | 36 | 523 | 42 | 67 |
| Binary | 10110010 | 1100100 | 1111111 | 0 | 101100 | 11101 | 11110 | 101010011 | 100010 | 110111 |
Color Harmonies of #B2647F
Complementary color
Monochromatic Colors of #B2647F
Black with #B2647F
Text Example
Text Example
White with #B2647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2647F; }
p { color: rgb(178,100,127); }
H1.HeaderClassName
{
color: #B2647F;
}
.AnyTagClassName
{
color: #B2647F;
}
</style>
background-color css
<style>
a { background-color: #B2647F; }
a { background-color: rgb(178,100,127); }
div.DivClassName
{
background-color: #B2647F;
}
.BgClassName
{
background-color: #B2647F;
}
</style>
border-color css
<style>
span { border-color: #B2647F; }
span { border-color: rgb(178,100,127); }
td.TdClassName
{
border-color: #B2647F;
}
.TagClassName
{
border-color: #B2647F;
}
</style>