Shades of Tapestry #B05E7F
Tints of Tapestry #B05E7F
RGB
CMYK
RGB Variations
Color information
#B05E7F (or 0xB05E7F) is known color: Tapestry. HEX triplet: B0, 5E and 7F. RGB value is (176,94,127). Sum of RGB (Red+Green+Blue) = 176+94+127=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05E7F is #4FA180. Grayscale: #7A7A7A. Windows color (decimal): -5218689 or 8347312. OLE color: 8347312.
HSL color Cylindrical-coordinate representation of color #B05E7F: hue angle of 335.85º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B05E7F is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 94 | 127 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.31 |
| HSL | 335.85º | 0.34% | 0.53% | - |
| HSV(B) | 335.85º | 0.47% | 0.69% | - |
| XYZ | 25.74 | 18.77 | 22.34 | - |
| YUV | 122.28 | 130.67 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 94 | 127 | 0 | 0.47 | 0.28 | 0.31 | 335.85 | 0.34 | 0.53 |
| Hex | B0 | 5E | 7F | 0 | 2F | 1C | 1F | 150 | 22 | 35 |
| Octal | 260 | 136 | 177 | 0 | 57 | 34 | 37 | 520 | 42 | 65 |
| Binary | 10110000 | 1011110 | 1111111 | 0 | 101111 | 11100 | 11111 | 101010000 | 100010 | 110101 |
Color Harmonies of #B05E7F
Complementary color
Monochromatic Colors of #B05E7F
Black with #B05E7F
Text Example
Text Example
White with #B05E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05E7F; }
p { color: rgb(176,94,127); }
H1.HeaderClassName
{
color: #B05E7F;
}
.AnyTagClassName
{
color: #B05E7F;
}
</style>
background-color css
<style>
a { background-color: #B05E7F; }
a { background-color: rgb(176,94,127); }
div.DivClassName
{
background-color: #B05E7F;
}
.BgClassName
{
background-color: #B05E7F;
}
</style>
border-color css
<style>
span { border-color: #B05E7F; }
span { border-color: rgb(176,94,127); }
td.TdClassName
{
border-color: #B05E7F;
}
.TagClassName
{
border-color: #B05E7F;
}
</style>