Shades of Tapestry #B27584
Tints of Tapestry #B27584
RGB
CMYK
RGB Variations
Color information
#B27584 (or 0xB27584) is known color: Tapestry. HEX triplet: B2, 75 and 84. RGB value is (178,117,132). Sum of RGB (Red+Green+Blue) = 178+117+132=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B27584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27584 is #4D8A7B. Grayscale: #888888. Windows color (decimal): -5081724 or 8680882. OLE color: 8680882.
HSL color Cylindrical-coordinate representation of color #B27584: hue angle of 345.25º 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 #B27584 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 117 | 132 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.30 |
| HSL | 345.25º | 0.28% | 0.58% | - |
| HSV(B) | 345.25º | 0.34% | 0.7% | - |
| XYZ | 28.89 | 23.85 | 24.91 | - |
| YUV | 136.95 | 125.21 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 117 | 132 | 0 | 0.34 | 0.26 | 0.30 | 345.25 | 0.28 | 0.58 |
| Hex | B2 | 75 | 84 | 0 | 22 | 1A | 1E | 159 | 1C | 3A |
| Octal | 262 | 165 | 204 | 0 | 42 | 32 | 36 | 531 | 34 | 72 |
| Binary | 10110010 | 1110101 | 10000100 | 0 | 100010 | 11010 | 11110 | 101011001 | 11100 | 111010 |
Color Harmonies of #B27584
Complementary color
Monochromatic Colors of #B27584
Black with #B27584
Text Example
Text Example
White with #B27584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27584; }
p { color: rgb(178,117,132); }
H1.HeaderClassName
{
color: #B27584;
}
.AnyTagClassName
{
color: #B27584;
}
</style>
background-color css
<style>
a { background-color: #B27584; }
a { background-color: rgb(178,117,132); }
div.DivClassName
{
background-color: #B27584;
}
.BgClassName
{
background-color: #B27584;
}
</style>
border-color css
<style>
span { border-color: #B27584; }
span { border-color: rgb(178,117,132); }
td.TdClassName
{
border-color: #B27584;
}
.TagClassName
{
border-color: #B27584;
}
</style>