Shades of Tapestry #B9657D
Tints of Tapestry #B9657D
RGB
CMYK
RGB Variations
Color information
#B9657D (or 0xB9657D) is known color: Tapestry. HEX triplet: B9, 65 and 7D. RGB value is (185,101,125). Sum of RGB (Red+Green+Blue) = 185+101+125=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B9657D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9657D is #469A82. Grayscale: #808080. Windows color (decimal): -4627075 or 8218041. OLE color: 8218041.
HSL color Cylindrical-coordinate representation of color #B9657D: hue angle of 342.86º 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 #B9657D is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 101 | 125 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.27 |
| HSL | 342.86º | 0.38% | 0.56% | - |
| HSV(B) | 342.86º | 0.45% | 0.73% | - |
| XYZ | 28.36 | 21.1 | 21.98 | - |
| YUV | 128.85 | 125.83 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 125 | 0 | 0.45 | 0.32 | 0.27 | 342.86 | 0.38 | 0.56 |
| Hex | B9 | 65 | 7D | 0 | 2D | 20 | 1B | 157 | 26 | 38 |
| Octal | 271 | 145 | 175 | 0 | 55 | 40 | 33 | 527 | 46 | 70 |
| Binary | 10111001 | 1100101 | 1111101 | 0 | 101101 | 100000 | 11011 | 101010111 | 100110 | 111000 |
Color Harmonies of #B9657D
Complementary color
Monochromatic Colors of #B9657D
Black with #B9657D
Text Example
Text Example
White with #B9657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9657D; }
p { color: rgb(185,101,125); }
H1.HeaderClassName
{
color: #B9657D;
}
.AnyTagClassName
{
color: #B9657D;
}
</style>
background-color css
<style>
a { background-color: #B9657D; }
a { background-color: rgb(185,101,125); }
div.DivClassName
{
background-color: #B9657D;
}
.BgClassName
{
background-color: #B9657D;
}
</style>
border-color css
<style>
span { border-color: #B9657D; }
span { border-color: rgb(185,101,125); }
td.TdClassName
{
border-color: #B9657D;
}
.TagClassName
{
border-color: #B9657D;
}
</style>