Shades of Tapestry #B25E7C
Tints of Tapestry #B25E7C
RGB
CMYK
RGB Variations
Color information
#B25E7C (or 0xB25E7C) is known color: Tapestry. HEX triplet: B2, 5E and 7C. RGB value is (178,94,124). Sum of RGB (Red+Green+Blue) = 178+94+124=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25E7C is #4DA183. Grayscale: #7A7A7A. Windows color (decimal): -5087620 or 8150706. OLE color: 8150706.
HSL color Cylindrical-coordinate representation of color #B25E7C: hue angle of 338.57º 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 #B25E7C is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 94 | 124 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.30 |
| HSL | 338.57º | 0.35% | 0.53% | - |
| HSV(B) | 338.57º | 0.47% | 0.7% | - |
| XYZ | 26 | 18.93 | 21.35 | - |
| YUV | 122.54 | 128.83 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 94 | 124 | 0 | 0.47 | 0.30 | 0.30 | 338.57 | 0.35 | 0.53 |
| Hex | B2 | 5E | 7C | 0 | 2F | 1E | 1E | 153 | 23 | 35 |
| Octal | 262 | 136 | 174 | 0 | 57 | 36 | 36 | 523 | 43 | 65 |
| Binary | 10110010 | 1011110 | 1111100 | 0 | 101111 | 11110 | 11110 | 101010011 | 100011 | 110101 |
Color Harmonies of #B25E7C
Complementary color
Monochromatic Colors of #B25E7C
Black with #B25E7C
Text Example
Text Example
White with #B25E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25E7C; }
p { color: rgb(178,94,124); }
H1.HeaderClassName
{
color: #B25E7C;
}
.AnyTagClassName
{
color: #B25E7C;
}
</style>
background-color css
<style>
a { background-color: #B25E7C; }
a { background-color: rgb(178,94,124); }
div.DivClassName
{
background-color: #B25E7C;
}
.BgClassName
{
background-color: #B25E7C;
}
</style>
border-color css
<style>
span { border-color: #B25E7C; }
span { border-color: rgb(178,94,124); }
td.TdClassName
{
border-color: #B25E7C;
}
.TagClassName
{
border-color: #B25E7C;
}
</style>