Shades of Tapestry #B27B85
Tints of Tapestry #B27B85
RGB
CMYK
RGB Variations
Color information
#B27B85 (or 0xB27B85) is known color: Tapestry. HEX triplet: B2, 7B and 85. RGB value is (178,123,133). Sum of RGB (Red+Green+Blue) = 178+123+133=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27B85 is #4D847A. Grayscale: #8C8C8C. Windows color (decimal): -5080187 or 8747954. OLE color: 8747954.
HSL color Cylindrical-coordinate representation of color #B27B85: hue angle of 349.09º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B27B85 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 123 | 133 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.30 |
| HSL | 349.09º | 0.26% | 0.59% | - |
| HSV(B) | 349.09º | 0.31% | 0.7% | - |
| XYZ | 29.68 | 25.32 | 25.51 | - |
| YUV | 140.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 133 | 0 | 0.31 | 0.25 | 0.30 | 349.09 | 0.26 | 0.59 |
| Hex | B2 | 7B | 85 | 0 | 1F | 19 | 1E | 15D | 1A | 3B |
| Octal | 262 | 173 | 205 | 0 | 37 | 31 | 36 | 535 | 32 | 73 |
| Binary | 10110010 | 1111011 | 10000101 | 0 | 11111 | 11001 | 11110 | 101011101 | 11010 | 111011 |
Color Harmonies of #B27B85
Complementary color
Monochromatic Colors of #B27B85
Black with #B27B85
Text Example
Text Example
White with #B27B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27B85; }
p { color: rgb(178,123,133); }
H1.HeaderClassName
{
color: #B27B85;
}
.AnyTagClassName
{
color: #B27B85;
}
</style>
background-color css
<style>
a { background-color: #B27B85; }
a { background-color: rgb(178,123,133); }
div.DivClassName
{
background-color: #B27B85;
}
.BgClassName
{
background-color: #B27B85;
}
</style>
border-color css
<style>
span { border-color: #B27B85; }
span { border-color: rgb(178,123,133); }
td.TdClassName
{
border-color: #B27B85;
}
.TagClassName
{
border-color: #B27B85;
}
</style>