Shades of Tapestry #B9737F
Tints of Tapestry #B9737F
RGB
CMYK
RGB Variations
Color information
#B9737F (or 0xB9737F) is known color: Tapestry. HEX triplet: B9, 73 and 7F. RGB value is (185,115,127). Sum of RGB (Red+Green+Blue) = 185+115+127=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9737F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9737F is #468C80. Grayscale: #898989. Windows color (decimal): -4623489 or 8352697. OLE color: 8352697.
HSL color Cylindrical-coordinate representation of color #B9737F: hue angle of 349.71º degrees, saturation: 0.33, 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 #B9737F is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 115 | 127 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.27 |
| HSL | 349.71º | 0.33% | 0.59% | - |
| HSV(B) | 349.71º | 0.38% | 0.73% | - |
| XYZ | 29.97 | 24.11 | 23.15 | - |
| YUV | 137.3 | 122.19 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 115 | 127 | 0 | 0.38 | 0.31 | 0.27 | 349.71 | 0.33 | 0.59 |
| Hex | B9 | 73 | 7F | 0 | 26 | 1F | 1B | 15E | 21 | 3B |
| Octal | 271 | 163 | 177 | 0 | 46 | 37 | 33 | 536 | 41 | 73 |
| Binary | 10111001 | 1110011 | 1111111 | 0 | 100110 | 11111 | 11011 | 101011110 | 100001 | 111011 |
Color Harmonies of #B9737F
Complementary color
Monochromatic Colors of #B9737F
Black with #B9737F
Text Example
Text Example
White with #B9737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9737F; }
p { color: rgb(185,115,127); }
H1.HeaderClassName
{
color: #B9737F;
}
.AnyTagClassName
{
color: #B9737F;
}
</style>
background-color css
<style>
a { background-color: #B9737F; }
a { background-color: rgb(185,115,127); }
div.DivClassName
{
background-color: #B9737F;
}
.BgClassName
{
background-color: #B9737F;
}
</style>
border-color css
<style>
span { border-color: #B9737F; }
span { border-color: rgb(185,115,127); }
td.TdClassName
{
border-color: #B9737F;
}
.TagClassName
{
border-color: #B9737F;
}
</style>