Shades of Tapestry #B5667E
Tints of Tapestry #B5667E
RGB
CMYK
RGB Variations
Color information
#B5667E (or 0xB5667E) is known color: Tapestry. HEX triplet: B5, 66 and 7E. RGB value is (181,102,126). Sum of RGB (Red+Green+Blue) = 181+102+126=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B5667E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5667E is #4A9981. Grayscale: #808080. Windows color (decimal): -4888962 or 8283829. OLE color: 8283829.
HSL color Cylindrical-coordinate representation of color #B5667E: hue angle of 341.77º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5667E is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 126 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.29 |
| HSL | 341.77º | 0.35% | 0.55% | - |
| HSV(B) | 341.77º | 0.44% | 0.71% | - |
| XYZ | 27.57 | 20.83 | 22.31 | - |
| YUV | 128.36 | 126.67 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 126 | 0 | 0.44 | 0.30 | 0.29 | 341.77 | 0.35 | 0.55 |
| Hex | B5 | 66 | 7E | 0 | 2C | 1E | 1D | 156 | 23 | 37 |
| Octal | 265 | 146 | 176 | 0 | 54 | 36 | 35 | 526 | 43 | 67 |
| Binary | 10110101 | 1100110 | 1111110 | 0 | 101100 | 11110 | 11101 | 101010110 | 100011 | 110111 |
Color Harmonies of #B5667E
Complementary color
Monochromatic Colors of #B5667E
Black with #B5667E
Text Example
Text Example
White with #B5667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5667E; }
p { color: rgb(181,102,126); }
H1.HeaderClassName
{
color: #B5667E;
}
.AnyTagClassName
{
color: #B5667E;
}
</style>
background-color css
<style>
a { background-color: #B5667E; }
a { background-color: rgb(181,102,126); }
div.DivClassName
{
background-color: #B5667E;
}
.BgClassName
{
background-color: #B5667E;
}
</style>
border-color css
<style>
span { border-color: #B5667E; }
span { border-color: rgb(181,102,126); }
td.TdClassName
{
border-color: #B5667E;
}
.TagClassName
{
border-color: #B5667E;
}
</style>