Shades of Tapestry #B5667A
Tints of Tapestry #B5667A
RGB
CMYK
RGB Variations
Color information
#B5667A (or 0xB5667A) is known color: Tapestry. HEX triplet: B5, 66 and 7A. RGB value is (181,102,122). Sum of RGB (Red+Green+Blue) = 181+102+122=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B5667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5667A is #4A9985. Grayscale: #7F7F7F. Windows color (decimal): -4888966 or 8021685. OLE color: 8021685.
HSL color Cylindrical-coordinate representation of color #B5667A: hue angle of 344.81º 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 #B5667A is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 122 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.29 |
| HSL | 344.81º | 0.35% | 0.55% | - |
| HSV(B) | 344.81º | 0.44% | 0.71% | - |
| XYZ | 27.32 | 20.73 | 20.97 | - |
| YUV | 127.9 | 124.67 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 122 | 0 | 0.44 | 0.33 | 0.29 | 344.81 | 0.35 | 0.55 |
| Hex | B5 | 66 | 7A | 0 | 2C | 21 | 1D | 159 | 23 | 37 |
| Octal | 265 | 146 | 172 | 0 | 54 | 41 | 35 | 531 | 43 | 67 |
| Binary | 10110101 | 1100110 | 1111010 | 0 | 101100 | 100001 | 11101 | 101011001 | 100011 | 110111 |
Color Harmonies of #B5667A
Complementary color
Monochromatic Colors of #B5667A
Black with #B5667A
Text Example
Text Example
White with #B5667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5667A; }
p { color: rgb(181,102,122); }
H1.HeaderClassName
{
color: #B5667A;
}
.AnyTagClassName
{
color: #B5667A;
}
</style>
background-color css
<style>
a { background-color: #B5667A; }
a { background-color: rgb(181,102,122); }
div.DivClassName
{
background-color: #B5667A;
}
.BgClassName
{
background-color: #B5667A;
}
</style>
border-color css
<style>
span { border-color: #B5667A; }
span { border-color: rgb(181,102,122); }
td.TdClassName
{
border-color: #B5667A;
}
.TagClassName
{
border-color: #B5667A;
}
</style>