Shades of Tapestry #B5758F
Tints of Tapestry #B5758F
RGB
CMYK
RGB Variations
Color information
#B5758F (or 0xB5758F) is known color: Tapestry. HEX triplet: B5, 75 and 8F. RGB value is (181,117,143). Sum of RGB (Red+Green+Blue) = 181+117+143=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B5758F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5758F is #4A8A70. Grayscale: #8B8B8B. Windows color (decimal): -4885105 or 9401781. OLE color: 9401781.
HSL color Cylindrical-coordinate representation of color #B5758F: hue angle of 335.62º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B5758F is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 117 | 143 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.29 |
| HSL | 335.63º | 0.3% | 0.58% | - |
| HSV(B) | 335.63º | 0.35% | 0.71% | - |
| XYZ | 30.38 | 24.53 | 29.12 | - |
| YUV | 139.1 | 130.2 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 143 | 0 | 0.35 | 0.21 | 0.29 | 335.63 | 0.3 | 0.58 |
| Hex | B5 | 75 | 8F | 0 | 23 | 15 | 1D | 150 | 1E | 3A |
| Octal | 265 | 165 | 217 | 0 | 43 | 25 | 35 | 520 | 36 | 72 |
| Binary | 10110101 | 1110101 | 10001111 | 0 | 100011 | 10101 | 11101 | 101010000 | 11110 | 111010 |
Color Harmonies of #B5758F
Complementary color
Monochromatic Colors of #B5758F
Black with #B5758F
Text Example
Text Example
White with #B5758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5758F; }
p { color: rgb(181,117,143); }
H1.HeaderClassName
{
color: #B5758F;
}
.AnyTagClassName
{
color: #B5758F;
}
</style>
background-color css
<style>
a { background-color: #B5758F; }
a { background-color: rgb(181,117,143); }
div.DivClassName
{
background-color: #B5758F;
}
.BgClassName
{
background-color: #B5758F;
}
</style>
border-color css
<style>
span { border-color: #B5758F; }
span { border-color: rgb(181,117,143); }
td.TdClassName
{
border-color: #B5758F;
}
.TagClassName
{
border-color: #B5758F;
}
</style>