Shades of Tapestry #B75E7F
Tints of Tapestry #B75E7F
RGB
CMYK
RGB Variations
Color information
#B75E7F (or 0xB75E7F) is known color: Tapestry. HEX triplet: B7, 5E and 7F. RGB value is (183,94,127). Sum of RGB (Red+Green+Blue) = 183+94+127=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75E7F is #48A180. Grayscale: #7C7C7C. Windows color (decimal): -4759937 or 8347319. OLE color: 8347319.
HSL color Cylindrical-coordinate representation of color #B75E7F: hue angle of 337.75º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B75E7F is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 94 | 127 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.28 |
| HSL | 337.75º | 0.38% | 0.54% | - |
| HSV(B) | 337.75º | 0.49% | 0.72% | - |
| XYZ | 27.36 | 19.6 | 22.42 | - |
| YUV | 124.37 | 129.49 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 94 | 127 | 0 | 0.49 | 0.31 | 0.28 | 337.75 | 0.38 | 0.54 |
| Hex | B7 | 5E | 7F | 0 | 31 | 1F | 1C | 152 | 26 | 36 |
| Octal | 267 | 136 | 177 | 0 | 61 | 37 | 34 | 522 | 46 | 66 |
| Binary | 10110111 | 1011110 | 1111111 | 0 | 110001 | 11111 | 11100 | 101010010 | 100110 | 110110 |
Color Harmonies of #B75E7F
Complementary color
Monochromatic Colors of #B75E7F
Black with #B75E7F
Text Example
Text Example
White with #B75E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75E7F; }
p { color: rgb(183,94,127); }
H1.HeaderClassName
{
color: #B75E7F;
}
.AnyTagClassName
{
color: #B75E7F;
}
</style>
background-color css
<style>
a { background-color: #B75E7F; }
a { background-color: rgb(183,94,127); }
div.DivClassName
{
background-color: #B75E7F;
}
.BgClassName
{
background-color: #B75E7F;
}
</style>
border-color css
<style>
span { border-color: #B75E7F; }
span { border-color: rgb(183,94,127); }
td.TdClassName
{
border-color: #B75E7F;
}
.TagClassName
{
border-color: #B75E7F;
}
</style>