Shades of Tapestry #B75E7B
Tints of Tapestry #B75E7B
RGB
CMYK
RGB Variations
Color information
#B75E7B (or 0xB75E7B) is known color: Tapestry. HEX triplet: B7, 5E and 7B. RGB value is (183,94,123). Sum of RGB (Red+Green+Blue) = 183+94+123=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75E7B is #48A184. Grayscale: #7B7B7B. Windows color (decimal): -4759941 or 8085175. OLE color: 8085175.
HSL color Cylindrical-coordinate representation of color #B75E7B: hue angle of 340.45º 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 #B75E7B is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 94 | 123 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.28 |
| HSL | 340.45º | 0.38% | 0.54% | - |
| HSV(B) | 340.45º | 0.49% | 0.72% | - |
| XYZ | 27.11 | 19.5 | 21.07 | - |
| YUV | 123.92 | 127.49 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 94 | 123 | 0 | 0.49 | 0.33 | 0.28 | 340.45 | 0.38 | 0.54 |
| Hex | B7 | 5E | 7B | 0 | 31 | 21 | 1C | 154 | 26 | 36 |
| Octal | 267 | 136 | 173 | 0 | 61 | 41 | 34 | 524 | 46 | 66 |
| Binary | 10110111 | 1011110 | 1111011 | 0 | 110001 | 100001 | 11100 | 101010100 | 100110 | 110110 |
Color Harmonies of #B75E7B
Complementary color
Monochromatic Colors of #B75E7B
Black with #B75E7B
Text Example
Text Example
White with #B75E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75E7B; }
p { color: rgb(183,94,123); }
H1.HeaderClassName
{
color: #B75E7B;
}
.AnyTagClassName
{
color: #B75E7B;
}
</style>
background-color css
<style>
a { background-color: #B75E7B; }
a { background-color: rgb(183,94,123); }
div.DivClassName
{
background-color: #B75E7B;
}
.BgClassName
{
background-color: #B75E7B;
}
</style>
border-color css
<style>
span { border-color: #B75E7B; }
span { border-color: rgb(183,94,123); }
td.TdClassName
{
border-color: #B75E7B;
}
.TagClassName
{
border-color: #B75E7B;
}
</style>