Shades of Tapestry #B9727C
Tints of Tapestry #B9727C
RGB
CMYK
RGB Variations
Color information
#B9727C (or 0xB9727C) is known color: Tapestry. HEX triplet: B9, 72 and 7C. RGB value is (185,114,124). Sum of RGB (Red+Green+Blue) = 185+114+124=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9727C is #468D83. Grayscale: #888888. Windows color (decimal): -4623748 or 8155833. OLE color: 8155833.
HSL color Cylindrical-coordinate representation of color #B9727C: hue angle of 351.55º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B9727C is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 114 | 124 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.27 |
| HSL | 351.55º | 0.34% | 0.59% | - |
| HSV(B) | 351.55º | 0.38% | 0.73% | - |
| XYZ | 29.66 | 23.8 | 22.1 | - |
| YUV | 136.37 | 121.02 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 114 | 124 | 0 | 0.38 | 0.33 | 0.27 | 351.55 | 0.34 | 0.59 |
| Hex | B9 | 72 | 7C | 0 | 26 | 21 | 1B | 160 | 22 | 3B |
| Octal | 271 | 162 | 174 | 0 | 46 | 41 | 33 | 540 | 42 | 73 |
| Binary | 10111001 | 1110010 | 1111100 | 0 | 100110 | 100001 | 11011 | 101100000 | 100010 | 111011 |
Color Harmonies of #B9727C
Complementary color
Monochromatic Colors of #B9727C
Black with #B9727C
Text Example
Text Example
White with #B9727C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9727C; }
p { color: rgb(185,114,124); }
H1.HeaderClassName
{
color: #B9727C;
}
.AnyTagClassName
{
color: #B9727C;
}
</style>
background-color css
<style>
a { background-color: #B9727C; }
a { background-color: rgb(185,114,124); }
div.DivClassName
{
background-color: #B9727C;
}
.BgClassName
{
background-color: #B9727C;
}
</style>
border-color css
<style>
span { border-color: #B9727C; }
span { border-color: rgb(185,114,124); }
td.TdClassName
{
border-color: #B9727C;
}
.TagClassName
{
border-color: #B9727C;
}
</style>