Shades of Tapestry #B25F88
Tints of Tapestry #B25F88
RGB
CMYK
RGB Variations
Color information
#B25F88 (or 0xB25F88) is known color: Tapestry. HEX triplet: B2, 5F and 88. RGB value is (178,95,136). Sum of RGB (Red+Green+Blue) = 178+95+136=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B25F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25F88 is #4DA077. Grayscale: #7C7C7C. Windows color (decimal): -5087352 or 8937394. OLE color: 8937394.
HSL color Cylindrical-coordinate representation of color #B25F88: hue angle of 330.36º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B25F88 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 95 | 136 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.30 |
| HSL | 330.36º | 0.35% | 0.54% | - |
| HSV(B) | 330.36º | 0.47% | 0.7% | - |
| XYZ | 26.9 | 19.43 | 25.62 | - |
| YUV | 124.49 | 134.5 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 95 | 136 | 0 | 0.47 | 0.24 | 0.30 | 330.36 | 0.35 | 0.54 |
| Hex | B2 | 5F | 88 | 0 | 2F | 18 | 1E | 14A | 23 | 36 |
| Octal | 262 | 137 | 210 | 0 | 57 | 30 | 36 | 512 | 43 | 66 |
| Binary | 10110010 | 1011111 | 10001000 | 0 | 101111 | 11000 | 11110 | 101001010 | 100011 | 110110 |
Color Harmonies of #B25F88
Complementary color
Monochromatic Colors of #B25F88
Black with #B25F88
Text Example
Text Example
White with #B25F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25F88; }
p { color: rgb(178,95,136); }
H1.HeaderClassName
{
color: #B25F88;
}
.AnyTagClassName
{
color: #B25F88;
}
</style>
background-color css
<style>
a { background-color: #B25F88; }
a { background-color: rgb(178,95,136); }
div.DivClassName
{
background-color: #B25F88;
}
.BgClassName
{
background-color: #B25F88;
}
</style>
border-color css
<style>
span { border-color: #B25F88; }
span { border-color: rgb(178,95,136); }
td.TdClassName
{
border-color: #B25F88;
}
.TagClassName
{
border-color: #B25F88;
}
</style>