Shades of Tapestry #B9707D
Tints of Tapestry #B9707D
RGB
CMYK
RGB Variations
Color information
#B9707D (or 0xB9707D) is known color: Tapestry. HEX triplet: B9, 70 and 7D. RGB value is (185,112,125). Sum of RGB (Red+Green+Blue) = 185+112+125=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B9707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9707D is #468F82. Grayscale: #878787. Windows color (decimal): -4624259 or 8220857. OLE color: 8220857.
HSL color Cylindrical-coordinate representation of color #B9707D: hue angle of 349.32º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B9707D is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 112 | 125 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.27 |
| HSL | 349.32º | 0.34% | 0.58% | - |
| HSV(B) | 349.32º | 0.39% | 0.73% | - |
| XYZ | 29.5 | 23.38 | 22.36 | - |
| YUV | 135.31 | 122.18 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 125 | 0 | 0.39 | 0.32 | 0.27 | 349.32 | 0.34 | 0.58 |
| Hex | B9 | 70 | 7D | 0 | 27 | 20 | 1B | 15D | 22 | 3A |
| Octal | 271 | 160 | 175 | 0 | 47 | 40 | 33 | 535 | 42 | 72 |
| Binary | 10111001 | 1110000 | 1111101 | 0 | 100111 | 100000 | 11011 | 101011101 | 100010 | 111010 |
Color Harmonies of #B9707D
Complementary color
Monochromatic Colors of #B9707D
Black with #B9707D
Text Example
Text Example
White with #B9707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9707D; }
p { color: rgb(185,112,125); }
H1.HeaderClassName
{
color: #B9707D;
}
.AnyTagClassName
{
color: #B9707D;
}
</style>
background-color css
<style>
a { background-color: #B9707D; }
a { background-color: rgb(185,112,125); }
div.DivClassName
{
background-color: #B9707D;
}
.BgClassName
{
background-color: #B9707D;
}
</style>
border-color css
<style>
span { border-color: #B9707D; }
span { border-color: rgb(185,112,125); }
td.TdClassName
{
border-color: #B9707D;
}
.TagClassName
{
border-color: #B9707D;
}
</style>