Shades of Tapestry #B4838B
Tints of Tapestry #B4838B
RGB
CMYK
RGB Variations
Color information
#B4838B (or 0xB4838B) is known color: Tapestry. HEX triplet: B4, 83 and 8B. RGB value is (180,131,139). Sum of RGB (Red+Green+Blue) = 180+131+139=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B4838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4838B is #4B7C74. Grayscale: #929292. Windows color (decimal): -4947061 or 9143220. OLE color: 9143220.
HSL color Cylindrical-coordinate representation of color #B4838B: hue angle of 350.2º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4838B is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 131 | 139 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.29 |
| HSL | 350.2º | 0.25% | 0.61% | - |
| HSV(B) | 350.2º | 0.27% | 0.71% | - |
| XYZ | 31.6 | 27.8 | 28.13 | - |
| YUV | 146.56 | 123.73 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 131 | 139 | 0 | 0.27 | 0.23 | 0.29 | 350.2 | 0.25 | 0.61 |
| Hex | B4 | 83 | 8B | 0 | 1B | 17 | 1D | 15E | 19 | 3D |
| Octal | 264 | 203 | 213 | 0 | 33 | 27 | 35 | 536 | 31 | 75 |
| Binary | 10110100 | 10000011 | 10001011 | 0 | 11011 | 10111 | 11101 | 101011110 | 11001 | 111101 |
Color Harmonies of #B4838B
Complementary color
Monochromatic Colors of #B4838B
Black with #B4838B
Text Example
Text Example
White with #B4838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4838B; }
p { color: rgb(180,131,139); }
H1.HeaderClassName
{
color: #B4838B;
}
.AnyTagClassName
{
color: #B4838B;
}
</style>
background-color css
<style>
a { background-color: #B4838B; }
a { background-color: rgb(180,131,139); }
div.DivClassName
{
background-color: #B4838B;
}
.BgClassName
{
background-color: #B4838B;
}
</style>
border-color css
<style>
span { border-color: #B4838B; }
span { border-color: rgb(180,131,139); }
td.TdClassName
{
border-color: #B4838B;
}
.TagClassName
{
border-color: #B4838B;
}
</style>