Shades of Tapestry #B95E7A
Tints of Tapestry #B95E7A
RGB
CMYK
RGB Variations
Color information
#B95E7A (or 0xB95E7A) is known color: Tapestry. HEX triplet: B9, 5E and 7A. RGB value is (185,94,122). Sum of RGB (Red+Green+Blue) = 185+94+122=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95E7A is #46A185. Grayscale: #7C7C7C. Windows color (decimal): -4628870 or 8019641. OLE color: 8019641.
HSL color Cylindrical-coordinate representation of color #B95E7A: hue angle of 341.54º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B95E7A is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 94 | 122 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.27 |
| HSL | 341.54º | 0.39% | 0.55% | - |
| HSV(B) | 341.54º | 0.49% | 0.73% | - |
| XYZ | 27.52 | 19.72 | 20.77 | - |
| YUV | 124.4 | 126.65 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 94 | 122 | 0 | 0.49 | 0.34 | 0.27 | 341.54 | 0.39 | 0.55 |
| Hex | B9 | 5E | 7A | 0 | 31 | 22 | 1B | 156 | 27 | 37 |
| Octal | 271 | 136 | 172 | 0 | 61 | 42 | 33 | 526 | 47 | 67 |
| Binary | 10111001 | 1011110 | 1111010 | 0 | 110001 | 100010 | 11011 | 101010110 | 100111 | 110111 |
Color Harmonies of #B95E7A
Complementary color
Monochromatic Colors of #B95E7A
Black with #B95E7A
Text Example
Text Example
White with #B95E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95E7A; }
p { color: rgb(185,94,122); }
H1.HeaderClassName
{
color: #B95E7A;
}
.AnyTagClassName
{
color: #B95E7A;
}
</style>
background-color css
<style>
a { background-color: #B95E7A; }
a { background-color: rgb(185,94,122); }
div.DivClassName
{
background-color: #B95E7A;
}
.BgClassName
{
background-color: #B95E7A;
}
</style>
border-color css
<style>
span { border-color: #B95E7A; }
span { border-color: rgb(185,94,122); }
td.TdClassName
{
border-color: #B95E7A;
}
.TagClassName
{
border-color: #B95E7A;
}
</style>