Shades of Tapestry #B9757C
Tints of Tapestry #B9757C
RGB
CMYK
RGB Variations
Color information
#B9757C (or 0xB9757C) is known color: Tapestry. HEX triplet: B9, 75 and 7C. RGB value is (185,117,124). Sum of RGB (Red+Green+Blue) = 185+117+124=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B9757C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9757C is #468A83. Grayscale: #8A8A8A. Windows color (decimal): -4622980 or 8156601. OLE color: 8156601.
HSL color Cylindrical-coordinate representation of color #B9757C: hue angle of 353.82º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9757C is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 117 | 124 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.27 |
| HSL | 353.82º | 0.33% | 0.59% | - |
| HSV(B) | 353.82º | 0.37% | 0.73% | - |
| XYZ | 30.01 | 24.49 | 22.21 | - |
| YUV | 138.13 | 120.03 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 117 | 124 | 0 | 0.37 | 0.33 | 0.27 | 353.82 | 0.33 | 0.59 |
| Hex | B9 | 75 | 7C | 0 | 25 | 21 | 1B | 162 | 21 | 3B |
| Octal | 271 | 165 | 174 | 0 | 45 | 41 | 33 | 542 | 41 | 73 |
| Binary | 10111001 | 1110101 | 1111100 | 0 | 100101 | 100001 | 11011 | 101100010 | 100001 | 111011 |
Color Harmonies of #B9757C
Complementary color
Monochromatic Colors of #B9757C
Black with #B9757C
Text Example
Text Example
White with #B9757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9757C; }
p { color: rgb(185,117,124); }
H1.HeaderClassName
{
color: #B9757C;
}
.AnyTagClassName
{
color: #B9757C;
}
</style>
background-color css
<style>
a { background-color: #B9757C; }
a { background-color: rgb(185,117,124); }
div.DivClassName
{
background-color: #B9757C;
}
.BgClassName
{
background-color: #B9757C;
}
</style>
border-color css
<style>
span { border-color: #B9757C; }
span { border-color: rgb(185,117,124); }
td.TdClassName
{
border-color: #B9757C;
}
.TagClassName
{
border-color: #B9757C;
}
</style>