Shades of Tapestry #B9707B
Tints of Tapestry #B9707B
RGB
CMYK
RGB Variations
Color information
#B9707B (or 0xB9707B) is known color: Tapestry. HEX triplet: B9, 70 and 7B. RGB value is (185,112,123). Sum of RGB (Red+Green+Blue) = 185+112+123=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B9707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9707B is #468F84. Grayscale: #878787. Windows color (decimal): -4624261 or 8089785. OLE color: 8089785.
HSL color Cylindrical-coordinate representation of color #B9707B: hue angle of 350.96º 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 #B9707B is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 112 | 123 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.27 |
| HSL | 350.96º | 0.34% | 0.58% | - |
| HSV(B) | 350.96º | 0.39% | 0.73% | - |
| XYZ | 29.38 | 23.33 | 21.69 | - |
| YUV | 135.08 | 121.18 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 123 | 0 | 0.39 | 0.34 | 0.27 | 350.96 | 0.34 | 0.58 |
| Hex | B9 | 70 | 7B | 0 | 27 | 22 | 1B | 15F | 22 | 3A |
| Octal | 271 | 160 | 173 | 0 | 47 | 42 | 33 | 537 | 42 | 72 |
| Binary | 10111001 | 1110000 | 1111011 | 0 | 100111 | 100010 | 11011 | 101011111 | 100010 | 111010 |
Color Harmonies of #B9707B
Complementary color
Monochromatic Colors of #B9707B
Black with #B9707B
Text Example
Text Example
White with #B9707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9707B; }
p { color: rgb(185,112,123); }
H1.HeaderClassName
{
color: #B9707B;
}
.AnyTagClassName
{
color: #B9707B;
}
</style>
background-color css
<style>
a { background-color: #B9707B; }
a { background-color: rgb(185,112,123); }
div.DivClassName
{
background-color: #B9707B;
}
.BgClassName
{
background-color: #B9707B;
}
</style>
border-color css
<style>
span { border-color: #B9707B; }
span { border-color: rgb(185,112,123); }
td.TdClassName
{
border-color: #B9707B;
}
.TagClassName
{
border-color: #B9707B;
}
</style>