Shades of Tapestry #B25D83
Tints of Tapestry #B25D83
RGB
CMYK
RGB Variations
Color information
#B25D83 (or 0xB25D83) is known color: Tapestry. HEX triplet: B2, 5D and 83. RGB value is (178,93,131). Sum of RGB (Red+Green+Blue) = 178+93+131=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25D83 is #4DA27C. Grayscale: #7A7A7A. Windows color (decimal): -5087869 or 8609202. OLE color: 8609202.
HSL color Cylindrical-coordinate representation of color #B25D83: hue angle of 333.18º 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 #B25D83 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 93 | 131 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.30 |
| HSL | 333.18º | 0.36% | 0.53% | - |
| HSV(B) | 333.18º | 0.48% | 0.7% | - |
| XYZ | 26.37 | 18.93 | 23.74 | - |
| YUV | 122.75 | 132.66 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 93 | 131 | 0 | 0.48 | 0.26 | 0.30 | 333.18 | 0.36 | 0.53 |
| Hex | B2 | 5D | 83 | 0 | 30 | 1A | 1E | 14D | 24 | 35 |
| Octal | 262 | 135 | 203 | 0 | 60 | 32 | 36 | 515 | 44 | 65 |
| Binary | 10110010 | 1011101 | 10000011 | 0 | 110000 | 11010 | 11110 | 101001101 | 100100 | 110101 |
Color Harmonies of #B25D83
Complementary color
Monochromatic Colors of #B25D83
Black with #B25D83
Text Example
Text Example
White with #B25D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25D83; }
p { color: rgb(178,93,131); }
H1.HeaderClassName
{
color: #B25D83;
}
.AnyTagClassName
{
color: #B25D83;
}
</style>
background-color css
<style>
a { background-color: #B25D83; }
a { background-color: rgb(178,93,131); }
div.DivClassName
{
background-color: #B25D83;
}
.BgClassName
{
background-color: #B25D83;
}
</style>
border-color css
<style>
span { border-color: #B25D83; }
span { border-color: rgb(178,93,131); }
td.TdClassName
{
border-color: #B25D83;
}
.TagClassName
{
border-color: #B25D83;
}
</style>