Shades of Tapestry #B9838B
Tints of Tapestry #B9838B
RGB
CMYK
RGB Variations
Color information
#B9838B (or 0xB9838B) is known color: Tapestry. HEX triplet: B9, 83 and 8B. RGB value is (185,131,139). Sum of RGB (Red+Green+Blue) = 185+131+139=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B9838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9838B is #467C74. Grayscale: #949494. Windows color (decimal): -4619381 or 9143225. OLE color: 9143225.
HSL color Cylindrical-coordinate representation of color #B9838B: hue angle of 351.11º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9838B is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 131 | 139 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.27 |
| HSL | 351.11º | 0.28% | 0.62% | - |
| HSV(B) | 351.11º | 0.29% | 0.73% | - |
| XYZ | 32.78 | 28.41 | 28.18 | - |
| YUV | 148.06 | 122.89 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 131 | 139 | 0 | 0.29 | 0.25 | 0.27 | 351.11 | 0.28 | 0.62 |
| Hex | B9 | 83 | 8B | 0 | 1D | 19 | 1B | 15F | 1C | 3E |
| Octal | 271 | 203 | 213 | 0 | 35 | 31 | 33 | 537 | 34 | 76 |
| Binary | 10111001 | 10000011 | 10001011 | 0 | 11101 | 11001 | 11011 | 101011111 | 11100 | 111110 |
Color Harmonies of #B9838B
Complementary color
Monochromatic Colors of #B9838B
Black with #B9838B
Text Example
Text Example
White with #B9838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9838B; }
p { color: rgb(185,131,139); }
H1.HeaderClassName
{
color: #B9838B;
}
.AnyTagClassName
{
color: #B9838B;
}
</style>
background-color css
<style>
a { background-color: #B9838B; }
a { background-color: rgb(185,131,139); }
div.DivClassName
{
background-color: #B9838B;
}
.BgClassName
{
background-color: #B9838B;
}
</style>
border-color css
<style>
span { border-color: #B9838B; }
span { border-color: rgb(185,131,139); }
td.TdClassName
{
border-color: #B9838B;
}
.TagClassName
{
border-color: #B9838B;
}
</style>