Shades of Tapestry #B5667C
Tints of Tapestry #B5667C
RGB
CMYK
RGB Variations
Color information
#B5667C (or 0xB5667C) is known color: Tapestry. HEX triplet: B5, 66 and 7C. RGB value is (181,102,124). Sum of RGB (Red+Green+Blue) = 181+102+124=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B5667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5667C is #4A9983. Grayscale: #808080. Windows color (decimal): -4888964 or 8152757. OLE color: 8152757.
HSL color Cylindrical-coordinate representation of color #B5667C: hue angle of 343.29º 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 #B5667C is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 124 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.29 |
| HSL | 343.29º | 0.35% | 0.55% | - |
| HSV(B) | 343.29º | 0.44% | 0.71% | - |
| XYZ | 27.45 | 20.78 | 21.63 | - |
| YUV | 128.13 | 125.67 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 124 | 0 | 0.44 | 0.31 | 0.29 | 343.29 | 0.35 | 0.55 |
| Hex | B5 | 66 | 7C | 0 | 2C | 1F | 1D | 157 | 23 | 37 |
| Octal | 265 | 146 | 174 | 0 | 54 | 37 | 35 | 527 | 43 | 67 |
| Binary | 10110101 | 1100110 | 1111100 | 0 | 101100 | 11111 | 11101 | 101010111 | 100011 | 110111 |
Color Harmonies of #B5667C
Complementary color
Monochromatic Colors of #B5667C
Black with #B5667C
Text Example
Text Example
White with #B5667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5667C; }
p { color: rgb(181,102,124); }
H1.HeaderClassName
{
color: #B5667C;
}
.AnyTagClassName
{
color: #B5667C;
}
</style>
background-color css
<style>
a { background-color: #B5667C; }
a { background-color: rgb(181,102,124); }
div.DivClassName
{
background-color: #B5667C;
}
.BgClassName
{
background-color: #B5667C;
}
</style>
border-color css
<style>
span { border-color: #B5667C; }
span { border-color: rgb(181,102,124); }
td.TdClassName
{
border-color: #B5667C;
}
.TagClassName
{
border-color: #B5667C;
}
</style>