Shades of Tapestry #B25D7F
Tints of Tapestry #B25D7F
RGB
CMYK
RGB Variations
Color information
#B25D7F (or 0xB25D7F) is known color: Tapestry. HEX triplet: B2, 5D and 7F. RGB value is (178,93,127). Sum of RGB (Red+Green+Blue) = 178+93+127=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25D7F is #4DA280. Grayscale: #7A7A7A. Windows color (decimal): -5087873 or 8347058. OLE color: 8347058.
HSL color Cylindrical-coordinate representation of color #B25D7F: hue angle of 336º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B25D7F is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 93 | 127 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.30 |
| HSL | 336º | 0.36% | 0.53% | - |
| HSV(B) | 336º | 0.48% | 0.7% | - |
| XYZ | 26.11 | 18.83 | 22.34 | - |
| YUV | 122.29 | 130.66 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 93 | 127 | 0 | 0.48 | 0.29 | 0.30 | 336 | 0.36 | 0.53 |
| Hex | B2 | 5D | 7F | 0 | 30 | 1D | 1E | 150 | 24 | 35 |
| Octal | 262 | 135 | 177 | 0 | 60 | 35 | 36 | 520 | 44 | 65 |
| Binary | 10110010 | 1011101 | 1111111 | 0 | 110000 | 11101 | 11110 | 101010000 | 100100 | 110101 |
Color Harmonies of #B25D7F
Complementary color
Monochromatic Colors of #B25D7F
Black with #B25D7F
Text Example
Text Example
White with #B25D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25D7F; }
p { color: rgb(178,93,127); }
H1.HeaderClassName
{
color: #B25D7F;
}
.AnyTagClassName
{
color: #B25D7F;
}
</style>
background-color css
<style>
a { background-color: #B25D7F; }
a { background-color: rgb(178,93,127); }
div.DivClassName
{
background-color: #B25D7F;
}
.BgClassName
{
background-color: #B25D7F;
}
</style>
border-color css
<style>
span { border-color: #B25D7F; }
span { border-color: rgb(178,93,127); }
td.TdClassName
{
border-color: #B25D7F;
}
.TagClassName
{
border-color: #B25D7F;
}
</style>