Shades of Tapestry #B25D81
Tints of Tapestry #B25D81
RGB
CMYK
RGB Variations
Color information
#B25D81 (or 0xB25D81) is known color: Tapestry. HEX triplet: B2, 5D and 81. RGB value is (178,93,129). Sum of RGB (Red+Green+Blue) = 178+93+129=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25D81 is #4DA27E. Grayscale: #7A7A7A. Windows color (decimal): -5087871 or 8478130. OLE color: 8478130.
HSL color Cylindrical-coordinate representation of color #B25D81: hue angle of 334.59º 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 #B25D81 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 93 | 129 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.30 |
| HSL | 334.59º | 0.36% | 0.53% | - |
| HSV(B) | 334.59º | 0.48% | 0.7% | - |
| XYZ | 26.24 | 18.88 | 23.03 | - |
| YUV | 122.52 | 131.66 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 93 | 129 | 0 | 0.48 | 0.28 | 0.30 | 334.59 | 0.36 | 0.53 |
| Hex | B2 | 5D | 81 | 0 | 30 | 1C | 1E | 14F | 24 | 35 |
| Octal | 262 | 135 | 201 | 0 | 60 | 34 | 36 | 517 | 44 | 65 |
| Binary | 10110010 | 1011101 | 10000001 | 0 | 110000 | 11100 | 11110 | 101001111 | 100100 | 110101 |
Color Harmonies of #B25D81
Complementary color
Monochromatic Colors of #B25D81
Black with #B25D81
Text Example
Text Example
White with #B25D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25D81; }
p { color: rgb(178,93,129); }
H1.HeaderClassName
{
color: #B25D81;
}
.AnyTagClassName
{
color: #B25D81;
}
</style>
background-color css
<style>
a { background-color: #B25D81; }
a { background-color: rgb(178,93,129); }
div.DivClassName
{
background-color: #B25D81;
}
.BgClassName
{
background-color: #B25D81;
}
</style>
border-color css
<style>
span { border-color: #B25D81; }
span { border-color: rgb(178,93,129); }
td.TdClassName
{
border-color: #B25D81;
}
.TagClassName
{
border-color: #B25D81;
}
</style>