Shades of Tapestry #B25E7E
Tints of Tapestry #B25E7E
RGB
CMYK
RGB Variations
Color information
#B25E7E (or 0xB25E7E) is known color: Tapestry. HEX triplet: B2, 5E and 7E. RGB value is (178,94,126). Sum of RGB (Red+Green+Blue) = 178+94+126=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25E7E is #4DA181. Grayscale: #7A7A7A. Windows color (decimal): -5087618 or 8281778. OLE color: 8281778.
HSL color Cylindrical-coordinate representation of color #B25E7E: hue angle of 337.14º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B25E7E is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 94 | 126 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.30 |
| HSL | 337.14º | 0.35% | 0.53% | - |
| HSV(B) | 337.14º | 0.47% | 0.7% | - |
| XYZ | 26.13 | 18.98 | 22.02 | - |
| YUV | 122.76 | 129.83 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 94 | 126 | 0 | 0.47 | 0.29 | 0.30 | 337.14 | 0.35 | 0.53 |
| Hex | B2 | 5E | 7E | 0 | 2F | 1D | 1E | 151 | 23 | 35 |
| Octal | 262 | 136 | 176 | 0 | 57 | 35 | 36 | 521 | 43 | 65 |
| Binary | 10110010 | 1011110 | 1111110 | 0 | 101111 | 11101 | 11110 | 101010001 | 100011 | 110101 |
Color Harmonies of #B25E7E
Complementary color
Monochromatic Colors of #B25E7E
Black with #B25E7E
Text Example
Text Example
White with #B25E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25E7E; }
p { color: rgb(178,94,126); }
H1.HeaderClassName
{
color: #B25E7E;
}
.AnyTagClassName
{
color: #B25E7E;
}
</style>
background-color css
<style>
a { background-color: #B25E7E; }
a { background-color: rgb(178,94,126); }
div.DivClassName
{
background-color: #B25E7E;
}
.BgClassName
{
background-color: #B25E7E;
}
</style>
border-color css
<style>
span { border-color: #B25E7E; }
span { border-color: rgb(178,94,126); }
td.TdClassName
{
border-color: #B25E7E;
}
.TagClassName
{
border-color: #B25E7E;
}
</style>