Shades of Tapestry #B5627E
Tints of Tapestry #B5627E
RGB
CMYK
RGB Variations
Color information
#B5627E (or 0xB5627E) is known color: Tapestry. HEX triplet: B5, 62 and 7E. RGB value is (181,98,126). Sum of RGB (Red+Green+Blue) = 181+98+126=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B5627E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5627E is #4A9D81. Grayscale: #7D7D7D. Windows color (decimal): -4889986 or 8282805. OLE color: 8282805.
HSL color Cylindrical-coordinate representation of color #B5627E: hue angle of 339.76º degrees, saturation: 0.36, 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 #B5627E is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 98 | 126 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.29 |
| HSL | 339.76º | 0.36% | 0.55% | - |
| HSV(B) | 339.76º | 0.46% | 0.71% | - |
| XYZ | 27.19 | 20.07 | 22.18 | - |
| YUV | 126.01 | 128 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 98 | 126 | 0 | 0.46 | 0.30 | 0.29 | 339.76 | 0.36 | 0.55 |
| Hex | B5 | 62 | 7E | 0 | 2E | 1E | 1D | 154 | 24 | 37 |
| Octal | 265 | 142 | 176 | 0 | 56 | 36 | 35 | 524 | 44 | 67 |
| Binary | 10110101 | 1100010 | 1111110 | 0 | 101110 | 11110 | 11101 | 101010100 | 100100 | 110111 |
Color Harmonies of #B5627E
Complementary color
Monochromatic Colors of #B5627E
Black with #B5627E
Text Example
Text Example
White with #B5627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5627E; }
p { color: rgb(181,98,126); }
H1.HeaderClassName
{
color: #B5627E;
}
.AnyTagClassName
{
color: #B5627E;
}
</style>
background-color css
<style>
a { background-color: #B5627E; }
a { background-color: rgb(181,98,126); }
div.DivClassName
{
background-color: #B5627E;
}
.BgClassName
{
background-color: #B5627E;
}
</style>
border-color css
<style>
span { border-color: #B5627E; }
span { border-color: rgb(181,98,126); }
td.TdClassName
{
border-color: #B5627E;
}
.TagClassName
{
border-color: #B5627E;
}
</style>