Shades of Tapestry #B27182
Tints of Tapestry #B27182
RGB
CMYK
RGB Variations
Color information
#B27182 (or 0xB27182) is known color: Tapestry. HEX triplet: B2, 71 and 82. RGB value is (178,113,130). Sum of RGB (Red+Green+Blue) = 178+113+130=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B27182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27182 is #4D8E7D. Grayscale: #868686. Windows color (decimal): -5082750 or 8548786. OLE color: 8548786.
HSL color Cylindrical-coordinate representation of color #B27182: hue angle of 344.31º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B27182 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 113 | 130 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.30 |
| HSL | 344.31º | 0.3% | 0.57% | - |
| HSV(B) | 344.31º | 0.37% | 0.7% | - |
| XYZ | 28.29 | 22.89 | 24.05 | - |
| YUV | 134.37 | 125.53 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 113 | 130 | 0 | 0.37 | 0.27 | 0.30 | 344.31 | 0.3 | 0.57 |
| Hex | B2 | 71 | 82 | 0 | 25 | 1B | 1E | 158 | 1E | 39 |
| Octal | 262 | 161 | 202 | 0 | 45 | 33 | 36 | 530 | 36 | 71 |
| Binary | 10110010 | 1110001 | 10000010 | 0 | 100101 | 11011 | 11110 | 101011000 | 11110 | 111001 |
Color Harmonies of #B27182
Complementary color
Monochromatic Colors of #B27182
Black with #B27182
Text Example
Text Example
White with #B27182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27182; }
p { color: rgb(178,113,130); }
H1.HeaderClassName
{
color: #B27182;
}
.AnyTagClassName
{
color: #B27182;
}
</style>
background-color css
<style>
a { background-color: #B27182; }
a { background-color: rgb(178,113,130); }
div.DivClassName
{
background-color: #B27182;
}
.BgClassName
{
background-color: #B27182;
}
</style>
border-color css
<style>
span { border-color: #B27182; }
span { border-color: rgb(178,113,130); }
td.TdClassName
{
border-color: #B27182;
}
.TagClassName
{
border-color: #B27182;
}
</style>