Shades of Tapestry #B25D88
Tints of Tapestry #B25D88
RGB
CMYK
RGB Variations
Color information
#B25D88 (or 0xB25D88) is known color: Tapestry. HEX triplet: B2, 5D and 88. RGB value is (178,93,136). Sum of RGB (Red+Green+Blue) = 178+93+136=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25D88 is #4DA277. Grayscale: #7B7B7B. Windows color (decimal): -5087864 or 8936882. OLE color: 8936882.
HSL color Cylindrical-coordinate representation of color #B25D88: hue angle of 329.65º 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 #B25D88 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 93 | 136 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.30 |
| HSL | 329.65º | 0.36% | 0.53% | - |
| HSV(B) | 329.65º | 0.48% | 0.7% | - |
| XYZ | 26.72 | 19.07 | 25.57 | - |
| YUV | 123.32 | 135.16 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 93 | 136 | 0 | 0.48 | 0.24 | 0.30 | 329.65 | 0.36 | 0.53 |
| Hex | B2 | 5D | 88 | 0 | 30 | 18 | 1E | 14A | 24 | 35 |
| Octal | 262 | 135 | 210 | 0 | 60 | 30 | 36 | 512 | 44 | 65 |
| Binary | 10110010 | 1011101 | 10001000 | 0 | 110000 | 11000 | 11110 | 101001010 | 100100 | 110101 |
Color Harmonies of #B25D88
Complementary color
Monochromatic Colors of #B25D88
Black with #B25D88
Text Example
Text Example
White with #B25D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25D88; }
p { color: rgb(178,93,136); }
H1.HeaderClassName
{
color: #B25D88;
}
.AnyTagClassName
{
color: #B25D88;
}
</style>
background-color css
<style>
a { background-color: #B25D88; }
a { background-color: rgb(178,93,136); }
div.DivClassName
{
background-color: #B25D88;
}
.BgClassName
{
background-color: #B25D88;
}
</style>
border-color css
<style>
span { border-color: #B25D88; }
span { border-color: rgb(178,93,136); }
td.TdClassName
{
border-color: #B25D88;
}
.TagClassName
{
border-color: #B25D88;
}
</style>