Shades of Tapestry #B5607A
Tints of Tapestry #B5607A
RGB
CMYK
RGB Variations
Color information
#B5607A (or 0xB5607A) is known color: Tapestry. HEX triplet: B5, 60 and 7A. RGB value is (181,96,122). Sum of RGB (Red+Green+Blue) = 181+96+122=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B5607A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5607A is #4A9F85. Grayscale: #7C7C7C. Windows color (decimal): -4890502 or 8020149. OLE color: 8020149.
HSL color Cylindrical-coordinate representation of color #B5607A: hue angle of 341.65º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B5607A is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 96 | 122 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.29 |
| HSL | 341.65º | 0.36% | 0.54% | - |
| HSV(B) | 341.65º | 0.47% | 0.71% | - |
| XYZ | 26.75 | 19.59 | 20.78 | - |
| YUV | 124.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 96 | 122 | 0 | 0.47 | 0.33 | 0.29 | 341.65 | 0.36 | 0.54 |
| Hex | B5 | 60 | 7A | 0 | 2F | 21 | 1D | 156 | 24 | 36 |
| Octal | 265 | 140 | 172 | 0 | 57 | 41 | 35 | 526 | 44 | 66 |
| Binary | 10110101 | 1100000 | 1111010 | 0 | 101111 | 100001 | 11101 | 101010110 | 100100 | 110110 |
Color Harmonies of #B5607A
Complementary color
Monochromatic Colors of #B5607A
Black with #B5607A
Text Example
Text Example
White with #B5607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5607A; }
p { color: rgb(181,96,122); }
H1.HeaderClassName
{
color: #B5607A;
}
.AnyTagClassName
{
color: #B5607A;
}
</style>
background-color css
<style>
a { background-color: #B5607A; }
a { background-color: rgb(181,96,122); }
div.DivClassName
{
background-color: #B5607A;
}
.BgClassName
{
background-color: #B5607A;
}
</style>
border-color css
<style>
span { border-color: #B5607A; }
span { border-color: rgb(181,96,122); }
td.TdClassName
{
border-color: #B5607A;
}
.TagClassName
{
border-color: #B5607A;
}
</style>