Shades of Tapestry #B0657F
Tints of Tapestry #B0657F
RGB
CMYK
RGB Variations
Color information
#B0657F (or 0xB0657F) is known color: Tapestry. HEX triplet: B0, 65 and 7F. RGB value is (176,101,127). Sum of RGB (Red+Green+Blue) = 176+101+127=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B0657F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0657F is #4F9A80. Grayscale: #7E7E7E. Windows color (decimal): -5216897 or 8349104. OLE color: 8349104.
HSL color Cylindrical-coordinate representation of color #B0657F: hue angle of 339.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0657F is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 101 | 127 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.31 |
| HSL | 339.2º | 0.32% | 0.54% | - |
| HSV(B) | 339.2º | 0.43% | 0.69% | - |
| XYZ | 26.39 | 20.07 | 22.56 | - |
| YUV | 126.39 | 128.35 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 127 | 0 | 0.43 | 0.28 | 0.31 | 339.2 | 0.32 | 0.54 |
| Hex | B0 | 65 | 7F | 0 | 2B | 1C | 1F | 153 | 20 | 36 |
| Octal | 260 | 145 | 177 | 0 | 53 | 34 | 37 | 523 | 40 | 66 |
| Binary | 10110000 | 1100101 | 1111111 | 0 | 101011 | 11100 | 11111 | 101010011 | 100000 | 110110 |
Color Harmonies of #B0657F
Complementary color
Monochromatic Colors of #B0657F
Black with #B0657F
Text Example
Text Example
White with #B0657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0657F; }
p { color: rgb(176,101,127); }
H1.HeaderClassName
{
color: #B0657F;
}
.AnyTagClassName
{
color: #B0657F;
}
</style>
background-color css
<style>
a { background-color: #B0657F; }
a { background-color: rgb(176,101,127); }
div.DivClassName
{
background-color: #B0657F;
}
.BgClassName
{
background-color: #B0657F;
}
</style>
border-color css
<style>
span { border-color: #B0657F; }
span { border-color: rgb(176,101,127); }
td.TdClassName
{
border-color: #B0657F;
}
.TagClassName
{
border-color: #B0657F;
}
</style>