Shades of Tapestry #B05E7B
Tints of Tapestry #B05E7B
RGB
CMYK
RGB Variations
Color information
#B05E7B (or 0xB05E7B) is known color: Tapestry. HEX triplet: B0, 5E and 7B. RGB value is (176,94,123). Sum of RGB (Red+Green+Blue) = 176+94+123=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05E7B is #4FA184. Grayscale: #797979. Windows color (decimal): -5218693 or 8085168. OLE color: 8085168.
HSL color Cylindrical-coordinate representation of color #B05E7B: hue angle of 338.78º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B05E7B is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 94 | 123 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.31 |
| HSL | 338.78º | 0.34% | 0.53% | - |
| HSV(B) | 338.78º | 0.47% | 0.69% | - |
| XYZ | 25.48 | 18.67 | 21 | - |
| YUV | 121.82 | 128.67 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 94 | 123 | 0 | 0.47 | 0.30 | 0.31 | 338.78 | 0.34 | 0.53 |
| Hex | B0 | 5E | 7B | 0 | 2F | 1E | 1F | 153 | 22 | 35 |
| Octal | 260 | 136 | 173 | 0 | 57 | 36 | 37 | 523 | 42 | 65 |
| Binary | 10110000 | 1011110 | 1111011 | 0 | 101111 | 11110 | 11111 | 101010011 | 100010 | 110101 |
Color Harmonies of #B05E7B
Complementary color
Monochromatic Colors of #B05E7B
Black with #B05E7B
Text Example
Text Example
White with #B05E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05E7B; }
p { color: rgb(176,94,123); }
H1.HeaderClassName
{
color: #B05E7B;
}
.AnyTagClassName
{
color: #B05E7B;
}
</style>
background-color css
<style>
a { background-color: #B05E7B; }
a { background-color: rgb(176,94,123); }
div.DivClassName
{
background-color: #B05E7B;
}
.BgClassName
{
background-color: #B05E7B;
}
</style>
border-color css
<style>
span { border-color: #B05E7B; }
span { border-color: rgb(176,94,123); }
td.TdClassName
{
border-color: #B05E7B;
}
.TagClassName
{
border-color: #B05E7B;
}
</style>