Shades of Tapestry #B4828A
Tints of Tapestry #B4828A
RGB
CMYK
RGB Variations
Color information
#B4828A (or 0xB4828A) is known color: Tapestry. HEX triplet: B4, 82 and 8A. RGB value is (180,130,138). Sum of RGB (Red+Green+Blue) = 180+130+138=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B4828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4828A is #4B7D75. Grayscale: #919191. Windows color (decimal): -4947318 or 9077428. OLE color: 9077428.
HSL color Cylindrical-coordinate representation of color #B4828A: hue angle of 350.4º 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 #B4828A is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 130 | 138 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.29 |
| HSL | 350.4º | 0.25% | 0.61% | - |
| HSV(B) | 350.4º | 0.28% | 0.71% | - |
| XYZ | 31.39 | 27.5 | 27.7 | - |
| YUV | 145.86 | 123.57 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 130 | 138 | 0 | 0.28 | 0.23 | 0.29 | 350.4 | 0.25 | 0.61 |
| Hex | B4 | 82 | 8A | 0 | 1C | 17 | 1D | 15E | 19 | 3D |
| Octal | 264 | 202 | 212 | 0 | 34 | 27 | 35 | 536 | 31 | 75 |
| Binary | 10110100 | 10000010 | 10001010 | 0 | 11100 | 10111 | 11101 | 101011110 | 11001 | 111101 |
Color Harmonies of #B4828A
Complementary color
Monochromatic Colors of #B4828A
Black with #B4828A
Text Example
Text Example
White with #B4828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4828A; }
p { color: rgb(180,130,138); }
H1.HeaderClassName
{
color: #B4828A;
}
.AnyTagClassName
{
color: #B4828A;
}
</style>
background-color css
<style>
a { background-color: #B4828A; }
a { background-color: rgb(180,130,138); }
div.DivClassName
{
background-color: #B4828A;
}
.BgClassName
{
background-color: #B4828A;
}
</style>
border-color css
<style>
span { border-color: #B4828A; }
span { border-color: rgb(180,130,138); }
td.TdClassName
{
border-color: #B4828A;
}
.TagClassName
{
border-color: #B4828A;
}
</style>