Shades of Tapestry #B4818B
Tints of Tapestry #B4818B
RGB
CMYK
RGB Variations
Color information
#B4818B (or 0xB4818B) is known color: Tapestry. HEX triplet: B4, 81 and 8B. RGB value is (180,129,139). Sum of RGB (Red+Green+Blue) = 180+129+139=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B4818B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4818B is #4B7E74. Grayscale: #919191. Windows color (decimal): -4947573 or 9142708. OLE color: 9142708.
HSL color Cylindrical-coordinate representation of color #B4818B: hue angle of 348.24º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4818B is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 129 | 139 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.29 |
| HSL | 348.24º | 0.25% | 0.61% | - |
| HSV(B) | 348.24º | 0.28% | 0.71% | - |
| XYZ | 31.33 | 27.27 | 28.04 | - |
| YUV | 145.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 129 | 139 | 0 | 0.28 | 0.23 | 0.29 | 348.24 | 0.25 | 0.61 |
| Hex | B4 | 81 | 8B | 0 | 1C | 17 | 1D | 15C | 19 | 3D |
| Octal | 264 | 201 | 213 | 0 | 34 | 27 | 35 | 534 | 31 | 75 |
| Binary | 10110100 | 10000001 | 10001011 | 0 | 11100 | 10111 | 11101 | 101011100 | 11001 | 111101 |
Color Harmonies of #B4818B
Complementary color
Monochromatic Colors of #B4818B
Black with #B4818B
Text Example
Text Example
White with #B4818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4818B; }
p { color: rgb(180,129,139); }
H1.HeaderClassName
{
color: #B4818B;
}
.AnyTagClassName
{
color: #B4818B;
}
</style>
background-color css
<style>
a { background-color: #B4818B; }
a { background-color: rgb(180,129,139); }
div.DivClassName
{
background-color: #B4818B;
}
.BgClassName
{
background-color: #B4818B;
}
</style>
border-color css
<style>
span { border-color: #B4818B; }
span { border-color: rgb(180,129,139); }
td.TdClassName
{
border-color: #B4818B;
}
.TagClassName
{
border-color: #B4818B;
}
</style>