Shades of Tapestry #B85F7B
Tints of Tapestry #B85F7B
RGB
CMYK
RGB Variations
Color information
#B85F7B (or 0xB85F7B) is known color: Tapestry. HEX triplet: B8, 5F and 7B. RGB value is (184,95,123). Sum of RGB (Red+Green+Blue) = 184+95+123=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85F7B is #47A084. Grayscale: #7C7C7C. Windows color (decimal): -4694149 or 8085432. OLE color: 8085432.
HSL color Cylindrical-coordinate representation of color #B85F7B: hue angle of 341.12º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B85F7B is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 95 | 123 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.28 |
| HSL | 341.12º | 0.39% | 0.55% | - |
| HSV(B) | 341.12º | 0.48% | 0.72% | - |
| XYZ | 27.43 | 19.8 | 21.12 | - |
| YUV | 124.8 | 126.99 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 95 | 123 | 0 | 0.48 | 0.33 | 0.28 | 341.12 | 0.39 | 0.55 |
| Hex | B8 | 5F | 7B | 0 | 30 | 21 | 1C | 155 | 27 | 37 |
| Octal | 270 | 137 | 173 | 0 | 60 | 41 | 34 | 525 | 47 | 67 |
| Binary | 10111000 | 1011111 | 1111011 | 0 | 110000 | 100001 | 11100 | 101010101 | 100111 | 110111 |
Color Harmonies of #B85F7B
Complementary color
Monochromatic Colors of #B85F7B
Black with #B85F7B
Text Example
Text Example
White with #B85F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85F7B; }
p { color: rgb(184,95,123); }
H1.HeaderClassName
{
color: #B85F7B;
}
.AnyTagClassName
{
color: #B85F7B;
}
</style>
background-color css
<style>
a { background-color: #B85F7B; }
a { background-color: rgb(184,95,123); }
div.DivClassName
{
background-color: #B85F7B;
}
.BgClassName
{
background-color: #B85F7B;
}
</style>
border-color css
<style>
span { border-color: #B85F7B; }
span { border-color: rgb(184,95,123); }
td.TdClassName
{
border-color: #B85F7B;
}
.TagClassName
{
border-color: #B85F7B;
}
</style>