Shades of Tapestry #B85E7B
Tints of Tapestry #B85E7B
RGB
CMYK
RGB Variations
Color information
#B85E7B (or 0xB85E7B) is known color: Tapestry. HEX triplet: B8, 5E and 7B. RGB value is (184,94,123). Sum of RGB (Red+Green+Blue) = 184+94+123=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85E7B is #47A184. Grayscale: #7C7C7C. Windows color (decimal): -4694405 or 8085176. OLE color: 8085176.
HSL color Cylindrical-coordinate representation of color #B85E7B: hue angle of 340.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 #B85E7B is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 94 | 123 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.28 |
| HSL | 340.67º | 0.39% | 0.55% | - |
| HSV(B) | 340.67º | 0.49% | 0.72% | - |
| XYZ | 27.35 | 19.63 | 21.09 | - |
| YUV | 124.22 | 127.32 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 94 | 123 | 0 | 0.49 | 0.33 | 0.28 | 340.67 | 0.39 | 0.55 |
| Hex | B8 | 5E | 7B | 0 | 31 | 21 | 1C | 155 | 27 | 37 |
| Octal | 270 | 136 | 173 | 0 | 61 | 41 | 34 | 525 | 47 | 67 |
| Binary | 10111000 | 1011110 | 1111011 | 0 | 110001 | 100001 | 11100 | 101010101 | 100111 | 110111 |
Color Harmonies of #B85E7B
Complementary color
Monochromatic Colors of #B85E7B
Black with #B85E7B
Text Example
Text Example
White with #B85E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85E7B; }
p { color: rgb(184,94,123); }
H1.HeaderClassName
{
color: #B85E7B;
}
.AnyTagClassName
{
color: #B85E7B;
}
</style>
background-color css
<style>
a { background-color: #B85E7B; }
a { background-color: rgb(184,94,123); }
div.DivClassName
{
background-color: #B85E7B;
}
.BgClassName
{
background-color: #B85E7B;
}
</style>
border-color css
<style>
span { border-color: #B85E7B; }
span { border-color: rgb(184,94,123); }
td.TdClassName
{
border-color: #B85E7B;
}
.TagClassName
{
border-color: #B85E7B;
}
</style>