Shades of Tapestry #B27589
Tints of Tapestry #B27589
RGB
CMYK
RGB Variations
Color information
#B27589 (or 0xB27589) is known color: Tapestry. HEX triplet: B2, 75 and 89. RGB value is (178,117,137). Sum of RGB (Red+Green+Blue) = 178+117+137=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B27589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27589 is #4D8A76. Grayscale: #898989. Windows color (decimal): -5081719 or 9008562. OLE color: 9008562.
HSL color Cylindrical-coordinate representation of color #B27589: hue angle of 340.33º 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 #B27589 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 117 | 137 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.30 |
| HSL | 340.33º | 0.28% | 0.58% | - |
| HSV(B) | 340.33º | 0.34% | 0.7% | - |
| XYZ | 29.24 | 23.99 | 26.76 | - |
| YUV | 137.52 | 127.71 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 117 | 137 | 0 | 0.34 | 0.23 | 0.30 | 340.33 | 0.28 | 0.58 |
| Hex | B2 | 75 | 89 | 0 | 22 | 17 | 1E | 154 | 1C | 3A |
| Octal | 262 | 165 | 211 | 0 | 42 | 27 | 36 | 524 | 34 | 72 |
| Binary | 10110010 | 1110101 | 10001001 | 0 | 100010 | 10111 | 11110 | 101010100 | 11100 | 111010 |
Color Harmonies of #B27589
Complementary color
Monochromatic Colors of #B27589
Black with #B27589
Text Example
Text Example
White with #B27589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27589; }
p { color: rgb(178,117,137); }
H1.HeaderClassName
{
color: #B27589;
}
.AnyTagClassName
{
color: #B27589;
}
</style>
background-color css
<style>
a { background-color: #B27589; }
a { background-color: rgb(178,117,137); }
div.DivClassName
{
background-color: #B27589;
}
.BgClassName
{
background-color: #B27589;
}
</style>
border-color css
<style>
span { border-color: #B27589; }
span { border-color: rgb(178,117,137); }
td.TdClassName
{
border-color: #B27589;
}
.TagClassName
{
border-color: #B27589;
}
</style>