Shades of Tapestry #B45C83
Tints of Tapestry #B45C83
RGB
CMYK
RGB Variations
Color information
#B45C83 (or 0xB45C83) is known color: Tapestry. HEX triplet: B4, 5C and 83. RGB value is (180,92,131). Sum of RGB (Red+Green+Blue) = 180+92+131=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45C83 is #4BA37C. Grayscale: #7A7A7A. Windows color (decimal): -4957053 or 8608948. OLE color: 8608948.
HSL color Cylindrical-coordinate representation of color #B45C83: hue angle of 333.41º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B45C83 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 92 | 131 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.29 |
| HSL | 333.41º | 0.37% | 0.53% | - |
| HSV(B) | 333.41º | 0.49% | 0.71% | - |
| XYZ | 26.75 | 19 | 23.73 | - |
| YUV | 122.76 | 132.65 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 131 | 0 | 0.49 | 0.27 | 0.29 | 333.41 | 0.37 | 0.53 |
| Hex | B4 | 5C | 83 | 0 | 31 | 1B | 1D | 14D | 25 | 35 |
| Octal | 264 | 134 | 203 | 0 | 61 | 33 | 35 | 515 | 45 | 65 |
| Binary | 10110100 | 1011100 | 10000011 | 0 | 110001 | 11011 | 11101 | 101001101 | 100101 | 110101 |
Color Harmonies of #B45C83
Complementary color
Monochromatic Colors of #B45C83
Black with #B45C83
Text Example
Text Example
White with #B45C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45C83; }
p { color: rgb(180,92,131); }
H1.HeaderClassName
{
color: #B45C83;
}
.AnyTagClassName
{
color: #B45C83;
}
</style>
background-color css
<style>
a { background-color: #B45C83; }
a { background-color: rgb(180,92,131); }
div.DivClassName
{
background-color: #B45C83;
}
.BgClassName
{
background-color: #B45C83;
}
</style>
border-color css
<style>
span { border-color: #B45C83; }
span { border-color: rgb(180,92,131); }
td.TdClassName
{
border-color: #B45C83;
}
.TagClassName
{
border-color: #B45C83;
}
</style>