Shades of Tapestry #B27C83
Tints of Tapestry #B27C83
RGB
CMYK
RGB Variations
Color information
#B27C83 (or 0xB27C83) is known color: Tapestry. HEX triplet: B2, 7C and 83. RGB value is (178,124,131). Sum of RGB (Red+Green+Blue) = 178+124+131=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27C83 is #4D837C. Grayscale: #8C8C8C. Windows color (decimal): -5079933 or 8617138. OLE color: 8617138.
HSL color Cylindrical-coordinate representation of color #B27C83: hue angle of 352.22º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B27C83 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 124 | 131 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.30 |
| HSL | 352.22º | 0.26% | 0.59% | - |
| HSV(B) | 352.22º | 0.3% | 0.7% | - |
| XYZ | 29.66 | 25.52 | 24.83 | - |
| YUV | 140.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 124 | 131 | 0 | 0.30 | 0.26 | 0.30 | 352.22 | 0.26 | 0.59 |
| Hex | B2 | 7C | 83 | 0 | 1E | 1A | 1E | 160 | 1A | 3B |
| Octal | 262 | 174 | 203 | 0 | 36 | 32 | 36 | 540 | 32 | 73 |
| Binary | 10110010 | 1111100 | 10000011 | 0 | 11110 | 11010 | 11110 | 101100000 | 11010 | 111011 |
Color Harmonies of #B27C83
Complementary color
Monochromatic Colors of #B27C83
Black with #B27C83
Text Example
Text Example
White with #B27C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27C83; }
p { color: rgb(178,124,131); }
H1.HeaderClassName
{
color: #B27C83;
}
.AnyTagClassName
{
color: #B27C83;
}
</style>
background-color css
<style>
a { background-color: #B27C83; }
a { background-color: rgb(178,124,131); }
div.DivClassName
{
background-color: #B27C83;
}
.BgClassName
{
background-color: #B27C83;
}
</style>
border-color css
<style>
span { border-color: #B27C83; }
span { border-color: rgb(178,124,131); }
td.TdClassName
{
border-color: #B27C83;
}
.TagClassName
{
border-color: #B27C83;
}
</style>