Shades of Tapestry #B6627F
Tints of Tapestry #B6627F
RGB
CMYK
RGB Variations
Color information
#B6627F (or 0xB6627F) is known color: Tapestry. HEX triplet: B6, 62 and 7F. RGB value is (182,98,127). Sum of RGB (Red+Green+Blue) = 182+98+127=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B6627F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6627F is #499D80. Grayscale: #7E7E7E. Windows color (decimal): -4824449 or 8348342. OLE color: 8348342.
HSL color Cylindrical-coordinate representation of color #B6627F: hue angle of 339.29º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B6627F is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 98 | 127 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.29 |
| HSL | 339.29º | 0.37% | 0.55% | - |
| HSV(B) | 339.29º | 0.46% | 0.71% | - |
| XYZ | 27.49 | 20.21 | 22.53 | - |
| YUV | 126.42 | 128.33 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 98 | 127 | 0 | 0.46 | 0.30 | 0.29 | 339.29 | 0.37 | 0.55 |
| Hex | B6 | 62 | 7F | 0 | 2E | 1E | 1D | 153 | 25 | 37 |
| Octal | 266 | 142 | 177 | 0 | 56 | 36 | 35 | 523 | 45 | 67 |
| Binary | 10110110 | 1100010 | 1111111 | 0 | 101110 | 11110 | 11101 | 101010011 | 100101 | 110111 |
Color Harmonies of #B6627F
Complementary color
Monochromatic Colors of #B6627F
Black with #B6627F
Text Example
Text Example
White with #B6627F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6627F; }
p { color: rgb(182,98,127); }
H1.HeaderClassName
{
color: #B6627F;
}
.AnyTagClassName
{
color: #B6627F;
}
</style>
background-color css
<style>
a { background-color: #B6627F; }
a { background-color: rgb(182,98,127); }
div.DivClassName
{
background-color: #B6627F;
}
.BgClassName
{
background-color: #B6627F;
}
</style>
border-color css
<style>
span { border-color: #B6627F; }
span { border-color: rgb(182,98,127); }
td.TdClassName
{
border-color: #B6627F;
}
.TagClassName
{
border-color: #B6627F;
}
</style>