Shades of Tapestry #B27586
Tints of Tapestry #B27586
RGB
CMYK
RGB Variations
Color information
#B27586 (or 0xB27586) is known color: Tapestry. HEX triplet: B2, 75 and 86. RGB value is (178,117,134). Sum of RGB (Red+Green+Blue) = 178+117+134=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B27586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27586 is #4D8A79. Grayscale: #898989. Windows color (decimal): -5081722 or 8811954. OLE color: 8811954.
HSL color Cylindrical-coordinate representation of color #B27586: hue angle of 343.28º 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 #B27586 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 117 | 134 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.30 |
| HSL | 343.28º | 0.28% | 0.58% | - |
| HSV(B) | 343.28º | 0.34% | 0.7% | - |
| XYZ | 29.02 | 23.91 | 25.64 | - |
| YUV | 137.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 117 | 134 | 0 | 0.34 | 0.25 | 0.30 | 343.28 | 0.28 | 0.58 |
| Hex | B2 | 75 | 86 | 0 | 22 | 19 | 1E | 157 | 1C | 3A |
| Octal | 262 | 165 | 206 | 0 | 42 | 31 | 36 | 527 | 34 | 72 |
| Binary | 10110010 | 1110101 | 10000110 | 0 | 100010 | 11001 | 11110 | 101010111 | 11100 | 111010 |
Color Harmonies of #B27586
Complementary color
Monochromatic Colors of #B27586
Black with #B27586
Text Example
Text Example
White with #B27586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27586; }
p { color: rgb(178,117,134); }
H1.HeaderClassName
{
color: #B27586;
}
.AnyTagClassName
{
color: #B27586;
}
</style>
background-color css
<style>
a { background-color: #B27586; }
a { background-color: rgb(178,117,134); }
div.DivClassName
{
background-color: #B27586;
}
.BgClassName
{
background-color: #B27586;
}
</style>
border-color css
<style>
span { border-color: #B27586; }
span { border-color: rgb(178,117,134); }
td.TdClassName
{
border-color: #B27586;
}
.TagClassName
{
border-color: #B27586;
}
</style>