Shades of Tapestry #B4868B
Tints of Tapestry #B4868B
RGB
CMYK
RGB Variations
Color information
#B4868B (or 0xB4868B) is known color: Tapestry. HEX triplet: B4, 86 and 8B. RGB value is (180,134,139). Sum of RGB (Red+Green+Blue) = 180+134+139=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B4868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4868B is #4B7974. Grayscale: #949494. Windows color (decimal): -4946293 or 9143988. OLE color: 9143988.
HSL color Cylindrical-coordinate representation of color #B4868B: hue angle of 353.48º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4868B is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 134 | 139 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.29 |
| HSL | 353.48º | 0.23% | 0.62% | - |
| HSV(B) | 353.48º | 0.26% | 0.71% | - |
| XYZ | 32.01 | 28.62 | 28.26 | - |
| YUV | 148.32 | 122.74 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 134 | 139 | 0 | 0.26 | 0.23 | 0.29 | 353.48 | 0.23 | 0.62 |
| Hex | B4 | 86 | 8B | 0 | 1A | 17 | 1D | 161 | 17 | 3E |
| Octal | 264 | 206 | 213 | 0 | 32 | 27 | 35 | 541 | 27 | 76 |
| Binary | 10110100 | 10000110 | 10001011 | 0 | 11010 | 10111 | 11101 | 101100001 | 10111 | 111110 |
Color Harmonies of #B4868B
Complementary color
Monochromatic Colors of #B4868B
Black with #B4868B
Text Example
Text Example
White with #B4868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4868B; }
p { color: rgb(180,134,139); }
H1.HeaderClassName
{
color: #B4868B;
}
.AnyTagClassName
{
color: #B4868B;
}
</style>
background-color css
<style>
a { background-color: #B4868B; }
a { background-color: rgb(180,134,139); }
div.DivClassName
{
background-color: #B4868B;
}
.BgClassName
{
background-color: #B4868B;
}
</style>
border-color css
<style>
span { border-color: #B4868B; }
span { border-color: rgb(180,134,139); }
td.TdClassName
{
border-color: #B4868B;
}
.TagClassName
{
border-color: #B4868B;
}
</style>