Shades of Tapestry #B25F8A
Tints of Tapestry #B25F8A
RGB
CMYK
RGB Variations
Color information
#B25F8A (or 0xB25F8A) is known color: Tapestry. HEX triplet: B2, 5F and 8A. RGB value is (178,95,138). Sum of RGB (Red+Green+Blue) = 178+95+138=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B25F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25F8A is #4DA075. Grayscale: #7C7C7C. Windows color (decimal): -5087350 or 9068466. OLE color: 9068466.
HSL color Cylindrical-coordinate representation of color #B25F8A: hue angle of 328.92º 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 #B25F8A is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 95 | 138 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.30 |
| HSL | 328.92º | 0.35% | 0.54% | - |
| HSV(B) | 328.92º | 0.47% | 0.7% | - |
| XYZ | 27.04 | 19.48 | 26.38 | - |
| YUV | 124.72 | 135.5 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 95 | 138 | 0 | 0.47 | 0.22 | 0.30 | 328.92 | 0.35 | 0.54 |
| Hex | B2 | 5F | 8A | 0 | 2F | 16 | 1E | 149 | 23 | 36 |
| Octal | 262 | 137 | 212 | 0 | 57 | 26 | 36 | 511 | 43 | 66 |
| Binary | 10110010 | 1011111 | 10001010 | 0 | 101111 | 10110 | 11110 | 101001001 | 100011 | 110110 |
Color Harmonies of #B25F8A
Complementary color
Monochromatic Colors of #B25F8A
Black with #B25F8A
Text Example
Text Example
White with #B25F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25F8A; }
p { color: rgb(178,95,138); }
H1.HeaderClassName
{
color: #B25F8A;
}
.AnyTagClassName
{
color: #B25F8A;
}
</style>
background-color css
<style>
a { background-color: #B25F8A; }
a { background-color: rgb(178,95,138); }
div.DivClassName
{
background-color: #B25F8A;
}
.BgClassName
{
background-color: #B25F8A;
}
</style>
border-color css
<style>
span { border-color: #B25F8A; }
span { border-color: rgb(178,95,138); }
td.TdClassName
{
border-color: #B25F8A;
}
.TagClassName
{
border-color: #B25F8A;
}
</style>