Shades of Tapestry #B85D7F
Tints of Tapestry #B85D7F
RGB
CMYK
RGB Variations
Color information
#B85D7F (or 0xB85D7F) is known color: Tapestry. HEX triplet: B8, 5D and 7F. RGB value is (184,93,127). Sum of RGB (Red+Green+Blue) = 184+93+127=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85D7F is #47A280. Grayscale: #7C7C7C. Windows color (decimal): -4694657 or 8347064. OLE color: 8347064.
HSL color Cylindrical-coordinate representation of color #B85D7F: hue angle of 337.58º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B85D7F is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 93 | 127 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.28 |
| HSL | 337.58º | 0.39% | 0.54% | - |
| HSV(B) | 337.58º | 0.49% | 0.72% | - |
| XYZ | 27.51 | 19.55 | 22.4 | - |
| YUV | 124.09 | 129.65 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 127 | 0 | 0.49 | 0.31 | 0.28 | 337.58 | 0.39 | 0.54 |
| Hex | B8 | 5D | 7F | 0 | 31 | 1F | 1C | 152 | 27 | 36 |
| Octal | 270 | 135 | 177 | 0 | 61 | 37 | 34 | 522 | 47 | 66 |
| Binary | 10111000 | 1011101 | 1111111 | 0 | 110001 | 11111 | 11100 | 101010010 | 100111 | 110110 |
Color Harmonies of #B85D7F
Complementary color
Monochromatic Colors of #B85D7F
Black with #B85D7F
Text Example
Text Example
White with #B85D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85D7F; }
p { color: rgb(184,93,127); }
H1.HeaderClassName
{
color: #B85D7F;
}
.AnyTagClassName
{
color: #B85D7F;
}
</style>
background-color css
<style>
a { background-color: #B85D7F; }
a { background-color: rgb(184,93,127); }
div.DivClassName
{
background-color: #B85D7F;
}
.BgClassName
{
background-color: #B85D7F;
}
</style>
border-color css
<style>
span { border-color: #B85D7F; }
span { border-color: rgb(184,93,127); }
td.TdClassName
{
border-color: #B85D7F;
}
.TagClassName
{
border-color: #B85D7F;
}
</style>