Shades of Tapestry #B27582
Tints of Tapestry #B27582
RGB
CMYK
RGB Variations
Color information
#B27582 (or 0xB27582) is known color: Tapestry. HEX triplet: B2, 75 and 82. RGB value is (178,117,130). Sum of RGB (Red+Green+Blue) = 178+117+130=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B27582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27582 is #4D8A7D. Grayscale: #888888. Windows color (decimal): -5081726 or 8549810. OLE color: 8549810.
HSL color Cylindrical-coordinate representation of color #B27582: hue angle of 347.21º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B27582 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 117 | 130 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.30 |
| HSL | 347.21º | 0.28% | 0.58% | - |
| HSV(B) | 347.21º | 0.34% | 0.7% | - |
| XYZ | 28.75 | 23.8 | 24.2 | - |
| YUV | 136.72 | 124.21 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 117 | 130 | 0 | 0.34 | 0.27 | 0.30 | 347.21 | 0.28 | 0.58 |
| Hex | B2 | 75 | 82 | 0 | 22 | 1B | 1E | 15B | 1C | 3A |
| Octal | 262 | 165 | 202 | 0 | 42 | 33 | 36 | 533 | 34 | 72 |
| Binary | 10110010 | 1110101 | 10000010 | 0 | 100010 | 11011 | 11110 | 101011011 | 11100 | 111010 |
Color Harmonies of #B27582
Complementary color
Monochromatic Colors of #B27582
Black with #B27582
Text Example
Text Example
White with #B27582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27582; }
p { color: rgb(178,117,130); }
H1.HeaderClassName
{
color: #B27582;
}
.AnyTagClassName
{
color: #B27582;
}
</style>
background-color css
<style>
a { background-color: #B27582; }
a { background-color: rgb(178,117,130); }
div.DivClassName
{
background-color: #B27582;
}
.BgClassName
{
background-color: #B27582;
}
</style>
border-color css
<style>
span { border-color: #B27582; }
span { border-color: rgb(178,117,130); }
td.TdClassName
{
border-color: #B27582;
}
.TagClassName
{
border-color: #B27582;
}
</style>