Shades of Tapestry #B9717A
Tints of Tapestry #B9717A
RGB
CMYK
RGB Variations
Color information
#B9717A (or 0xB9717A) is known color: Tapestry. HEX triplet: B9, 71 and 7A. RGB value is (185,113,122). Sum of RGB (Red+Green+Blue) = 185+113+122=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B9717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9717A is #468E85. Grayscale: #878787. Windows color (decimal): -4624006 or 8024505. OLE color: 8024505.
HSL color Cylindrical-coordinate representation of color #B9717A: hue angle of 352.5º 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 #B9717A is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 113 | 122 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.27 |
| HSL | 352.5º | 0.34% | 0.58% | - |
| HSV(B) | 352.5º | 0.39% | 0.73% | - |
| XYZ | 29.43 | 23.53 | 21.4 | - |
| YUV | 135.55 | 120.35 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 113 | 122 | 0 | 0.39 | 0.34 | 0.27 | 352.5 | 0.34 | 0.58 |
| Hex | B9 | 71 | 7A | 0 | 27 | 22 | 1B | 160 | 22 | 3A |
| Octal | 271 | 161 | 172 | 0 | 47 | 42 | 33 | 540 | 42 | 72 |
| Binary | 10111001 | 1110001 | 1111010 | 0 | 100111 | 100010 | 11011 | 101100000 | 100010 | 111010 |
Color Harmonies of #B9717A
Complementary color
Monochromatic Colors of #B9717A
Black with #B9717A
Text Example
Text Example
White with #B9717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9717A; }
p { color: rgb(185,113,122); }
H1.HeaderClassName
{
color: #B9717A;
}
.AnyTagClassName
{
color: #B9717A;
}
</style>
background-color css
<style>
a { background-color: #B9717A; }
a { background-color: rgb(185,113,122); }
div.DivClassName
{
background-color: #B9717A;
}
.BgClassName
{
background-color: #B9717A;
}
</style>
border-color css
<style>
span { border-color: #B9717A; }
span { border-color: rgb(185,113,122); }
td.TdClassName
{
border-color: #B9717A;
}
.TagClassName
{
border-color: #B9717A;
}
</style>