Shades of Tapestry #B85E7E
Tints of Tapestry #B85E7E
RGB
CMYK
RGB Variations
Color information
#B85E7E (or 0xB85E7E) is known color: Tapestry. HEX triplet: B8, 5E and 7E. RGB value is (184,94,126). Sum of RGB (Red+Green+Blue) = 184+94+126=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85E7E is #47A181. Grayscale: #7C7C7C. Windows color (decimal): -4694402 or 8281784. OLE color: 8281784.
HSL color Cylindrical-coordinate representation of color #B85E7E: hue angle of 338.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B85E7E is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 94 | 126 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.28 |
| HSL | 338.67º | 0.39% | 0.55% | - |
| HSV(B) | 338.67º | 0.49% | 0.72% | - |
| XYZ | 27.54 | 19.7 | 22.09 | - |
| YUV | 124.56 | 128.82 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 94 | 126 | 0 | 0.49 | 0.32 | 0.28 | 338.67 | 0.39 | 0.55 |
| Hex | B8 | 5E | 7E | 0 | 31 | 20 | 1C | 153 | 27 | 37 |
| Octal | 270 | 136 | 176 | 0 | 61 | 40 | 34 | 523 | 47 | 67 |
| Binary | 10111000 | 1011110 | 1111110 | 0 | 110001 | 100000 | 11100 | 101010011 | 100111 | 110111 |
Color Harmonies of #B85E7E
Complementary color
Monochromatic Colors of #B85E7E
Black with #B85E7E
Text Example
Text Example
White with #B85E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85E7E; }
p { color: rgb(184,94,126); }
H1.HeaderClassName
{
color: #B85E7E;
}
.AnyTagClassName
{
color: #B85E7E;
}
</style>
background-color css
<style>
a { background-color: #B85E7E; }
a { background-color: rgb(184,94,126); }
div.DivClassName
{
background-color: #B85E7E;
}
.BgClassName
{
background-color: #B85E7E;
}
</style>
border-color css
<style>
span { border-color: #B85E7E; }
span { border-color: rgb(184,94,126); }
td.TdClassName
{
border-color: #B85E7E;
}
.TagClassName
{
border-color: #B85E7E;
}
</style>