Shades of Tapestry #B9738B
Tints of Tapestry #B9738B
RGB
CMYK
RGB Variations
Color information
#B9738B (or 0xB9738B) is known color: Tapestry. HEX triplet: B9, 73 and 8B. RGB value is (185,115,139). Sum of RGB (Red+Green+Blue) = 185+115+139=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B9738B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9738B is #468C74. Grayscale: #8A8A8A. Windows color (decimal): -4623477 or 9139129. OLE color: 9139129.
HSL color Cylindrical-coordinate representation of color #B9738B: hue angle of 339.43º 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 #B9738B is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 115 | 139 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.27 |
| HSL | 339.43º | 0.33% | 0.59% | - |
| HSV(B) | 339.43º | 0.38% | 0.73% | - |
| XYZ | 30.8 | 24.44 | 27.52 | - |
| YUV | 138.67 | 128.19 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 115 | 139 | 0 | 0.38 | 0.25 | 0.27 | 339.43 | 0.33 | 0.59 |
| Hex | B9 | 73 | 8B | 0 | 26 | 19 | 1B | 153 | 21 | 3B |
| Octal | 271 | 163 | 213 | 0 | 46 | 31 | 33 | 523 | 41 | 73 |
| Binary | 10111001 | 1110011 | 10001011 | 0 | 100110 | 11001 | 11011 | 101010011 | 100001 | 111011 |
Color Harmonies of #B9738B
Complementary color
Monochromatic Colors of #B9738B
Black with #B9738B
Text Example
Text Example
White with #B9738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9738B; }
p { color: rgb(185,115,139); }
H1.HeaderClassName
{
color: #B9738B;
}
.AnyTagClassName
{
color: #B9738B;
}
</style>
background-color css
<style>
a { background-color: #B9738B; }
a { background-color: rgb(185,115,139); }
div.DivClassName
{
background-color: #B9738B;
}
.BgClassName
{
background-color: #B9738B;
}
</style>
border-color css
<style>
span { border-color: #B9738B; }
span { border-color: rgb(185,115,139); }
td.TdClassName
{
border-color: #B9738B;
}
.TagClassName
{
border-color: #B9738B;
}
</style>