Shades of Tapestry #B8838B
Tints of Tapestry #B8838B
RGB
CMYK
RGB Variations
Color information
#B8838B (or 0xB8838B) is known color: Tapestry. HEX triplet: B8, 83 and 8B. RGB value is (184,131,139). Sum of RGB (Red+Green+Blue) = 184+131+139=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 184 - color contains mainly: red. Hex color #B8838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8838B is #477C74. Grayscale: #939393. Windows color (decimal): -4684917 or 9143224. OLE color: 9143224.
HSL color Cylindrical-coordinate representation of color #B8838B: hue angle of 350.94º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B8838B is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 131 | 139 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.28 |
| HSL | 350.94º | 0.27% | 0.62% | - |
| HSV(B) | 350.94º | 0.29% | 0.72% | - |
| XYZ | 32.54 | 28.29 | 28.17 | - |
| YUV | 147.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 139 | 0 | 0.29 | 0.24 | 0.28 | 350.94 | 0.27 | 0.62 |
| Hex | B8 | 83 | 8B | 0 | 1D | 18 | 1C | 15F | 1B | 3E |
| Octal | 270 | 203 | 213 | 0 | 35 | 30 | 34 | 537 | 33 | 76 |
| Binary | 10111000 | 10000011 | 10001011 | 0 | 11101 | 11000 | 11100 | 101011111 | 11011 | 111110 |
Color Harmonies of #B8838B
Complementary color
Monochromatic Colors of #B8838B
Black with #B8838B
Text Example
Text Example
White with #B8838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8838B; }
p { color: rgb(184,131,139); }
H1.HeaderClassName
{
color: #B8838B;
}
.AnyTagClassName
{
color: #B8838B;
}
</style>
background-color css
<style>
a { background-color: #B8838B; }
a { background-color: rgb(184,131,139); }
div.DivClassName
{
background-color: #B8838B;
}
.BgClassName
{
background-color: #B8838B;
}
</style>
border-color css
<style>
span { border-color: #B8838B; }
span { border-color: rgb(184,131,139); }
td.TdClassName
{
border-color: #B8838B;
}
.TagClassName
{
border-color: #B8838B;
}
</style>