Shades of Tapestry #B9657F
Tints of Tapestry #B9657F
RGB
CMYK
RGB Variations
Color information
#B9657F (or 0xB9657F) is known color: Tapestry. HEX triplet: B9, 65 and 7F. RGB value is (185,101,127). Sum of RGB (Red+Green+Blue) = 185+101+127=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B9657F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9657F is #469A80. Grayscale: #818181. Windows color (decimal): -4627073 or 8349113. OLE color: 8349113.
HSL color Cylindrical-coordinate representation of color #B9657F: hue angle of 341.43º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9657F is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 101 | 127 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.27 |
| HSL | 341.43º | 0.38% | 0.56% | - |
| HSV(B) | 341.43º | 0.45% | 0.73% | - |
| XYZ | 28.49 | 21.15 | 22.66 | - |
| YUV | 129.08 | 126.83 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 127 | 0 | 0.45 | 0.31 | 0.27 | 341.43 | 0.38 | 0.56 |
| Hex | B9 | 65 | 7F | 0 | 2D | 1F | 1B | 155 | 26 | 38 |
| Octal | 271 | 145 | 177 | 0 | 55 | 37 | 33 | 525 | 46 | 70 |
| Binary | 10111001 | 1100101 | 1111111 | 0 | 101101 | 11111 | 11011 | 101010101 | 100110 | 111000 |
Color Harmonies of #B9657F
Complementary color
Monochromatic Colors of #B9657F
Black with #B9657F
Text Example
Text Example
White with #B9657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9657F; }
p { color: rgb(185,101,127); }
H1.HeaderClassName
{
color: #B9657F;
}
.AnyTagClassName
{
color: #B9657F;
}
</style>
background-color css
<style>
a { background-color: #B9657F; }
a { background-color: rgb(185,101,127); }
div.DivClassName
{
background-color: #B9657F;
}
.BgClassName
{
background-color: #B9657F;
}
</style>
border-color css
<style>
span { border-color: #B9657F; }
span { border-color: rgb(185,101,127); }
td.TdClassName
{
border-color: #B9657F;
}
.TagClassName
{
border-color: #B9657F;
}
</style>