Shades of Tapestry #B4838E
Tints of Tapestry #B4838E
RGB
CMYK
RGB Variations
Color information
#B4838E (or 0xB4838E) is known color: Tapestry. HEX triplet: B4, 83 and 8E. RGB value is (180,131,142). Sum of RGB (Red+Green+Blue) = 180+131+142=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B4838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4838E is #4B7C71. Grayscale: #929292. Windows color (decimal): -4947058 or 9339828. OLE color: 9339828.
HSL color Cylindrical-coordinate representation of color #B4838E: hue angle of 346.53º 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 #B4838E is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 131 | 142 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.29 |
| HSL | 346.53º | 0.25% | 0.61% | - |
| HSV(B) | 346.53º | 0.27% | 0.71% | - |
| XYZ | 31.82 | 27.89 | 29.3 | - |
| YUV | 146.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 131 | 142 | 0 | 0.27 | 0.21 | 0.29 | 346.53 | 0.25 | 0.61 |
| Hex | B4 | 83 | 8E | 0 | 1B | 15 | 1D | 15B | 19 | 3D |
| Octal | 264 | 203 | 216 | 0 | 33 | 25 | 35 | 533 | 31 | 75 |
| Binary | 10110100 | 10000011 | 10001110 | 0 | 11011 | 10101 | 11101 | 101011011 | 11001 | 111101 |
Color Harmonies of #B4838E
Complementary color
Monochromatic Colors of #B4838E
Black with #B4838E
Text Example
Text Example
White with #B4838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4838E; }
p { color: rgb(180,131,142); }
H1.HeaderClassName
{
color: #B4838E;
}
.AnyTagClassName
{
color: #B4838E;
}
</style>
background-color css
<style>
a { background-color: #B4838E; }
a { background-color: rgb(180,131,142); }
div.DivClassName
{
background-color: #B4838E;
}
.BgClassName
{
background-color: #B4838E;
}
</style>
border-color css
<style>
span { border-color: #B4838E; }
span { border-color: rgb(180,131,142); }
td.TdClassName
{
border-color: #B4838E;
}
.TagClassName
{
border-color: #B4838E;
}
</style>