Shades of Tapestry #B4828B
Tints of Tapestry #B4828B
RGB
CMYK
RGB Variations
Color information
#B4828B (or 0xB4828B) is known color: Tapestry. HEX triplet: B4, 82 and 8B. RGB value is (180,130,139). Sum of RGB (Red+Green+Blue) = 180+130+139=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B4828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4828B is #4B7D74. Grayscale: #919191. Windows color (decimal): -4947317 or 9142964. OLE color: 9142964.
HSL color Cylindrical-coordinate representation of color #B4828B: hue angle of 349.2º 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 #B4828B is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 130 | 139 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.29 |
| HSL | 349.2º | 0.25% | 0.61% | - |
| HSV(B) | 349.2º | 0.28% | 0.71% | - |
| XYZ | 31.47 | 27.53 | 28.08 | - |
| YUV | 145.98 | 124.07 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 130 | 139 | 0 | 0.28 | 0.23 | 0.29 | 349.2 | 0.25 | 0.61 |
| Hex | B4 | 82 | 8B | 0 | 1C | 17 | 1D | 15D | 19 | 3D |
| Octal | 264 | 202 | 213 | 0 | 34 | 27 | 35 | 535 | 31 | 75 |
| Binary | 10110100 | 10000010 | 10001011 | 0 | 11100 | 10111 | 11101 | 101011101 | 11001 | 111101 |
Color Harmonies of #B4828B
Complementary color
Monochromatic Colors of #B4828B
Black with #B4828B
Text Example
Text Example
White with #B4828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4828B; }
p { color: rgb(180,130,139); }
H1.HeaderClassName
{
color: #B4828B;
}
.AnyTagClassName
{
color: #B4828B;
}
</style>
background-color css
<style>
a { background-color: #B4828B; }
a { background-color: rgb(180,130,139); }
div.DivClassName
{
background-color: #B4828B;
}
.BgClassName
{
background-color: #B4828B;
}
</style>
border-color css
<style>
span { border-color: #B4828B; }
span { border-color: rgb(180,130,139); }
td.TdClassName
{
border-color: #B4828B;
}
.TagClassName
{
border-color: #B4828B;
}
</style>