Shades of Tapestry #B45D85
Tints of Tapestry #B45D85
RGB
CMYK
RGB Variations
Color information
#B45D85 (or 0xB45D85) is known color: Tapestry. HEX triplet: B4, 5D and 85. RGB value is (180,93,133). Sum of RGB (Red+Green+Blue) = 180+93+133=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45D85 is #4BA27A. Grayscale: #7B7B7B. Windows color (decimal): -4956795 or 8740276. OLE color: 8740276.
HSL color Cylindrical-coordinate representation of color #B45D85: hue angle of 332.41º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B45D85 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 93 | 133 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.29 |
| HSL | 332.41º | 0.37% | 0.54% | - |
| HSV(B) | 332.41º | 0.48% | 0.71% | - |
| XYZ | 26.97 | 19.23 | 24.48 | - |
| YUV | 123.57 | 133.32 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 93 | 133 | 0 | 0.48 | 0.26 | 0.29 | 332.41 | 0.37 | 0.54 |
| Hex | B4 | 5D | 85 | 0 | 30 | 1A | 1D | 14C | 25 | 36 |
| Octal | 264 | 135 | 205 | 0 | 60 | 32 | 35 | 514 | 45 | 66 |
| Binary | 10110100 | 1011101 | 10000101 | 0 | 110000 | 11010 | 11101 | 101001100 | 100101 | 110110 |
Color Harmonies of #B45D85
Complementary color
Monochromatic Colors of #B45D85
Black with #B45D85
Text Example
Text Example
White with #B45D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45D85; }
p { color: rgb(180,93,133); }
H1.HeaderClassName
{
color: #B45D85;
}
.AnyTagClassName
{
color: #B45D85;
}
</style>
background-color css
<style>
a { background-color: #B45D85; }
a { background-color: rgb(180,93,133); }
div.DivClassName
{
background-color: #B45D85;
}
.BgClassName
{
background-color: #B45D85;
}
</style>
border-color css
<style>
span { border-color: #B45D85; }
span { border-color: rgb(180,93,133); }
td.TdClassName
{
border-color: #B45D85;
}
.TagClassName
{
border-color: #B45D85;
}
</style>