Shades of Tapestry #B27F83
Tints of Tapestry #B27F83
RGB
CMYK
RGB Variations
Color information
#B27F83 (or 0xB27F83) is known color: Tapestry. HEX triplet: B2, 7F and 83. RGB value is (178,127,131). Sum of RGB (Red+Green+Blue) = 178+127+131=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27F83 is #4D807C. Grayscale: #8E8E8E. Windows color (decimal): -5079165 or 8617906. OLE color: 8617906.
HSL color Cylindrical-coordinate representation of color #B27F83: hue angle of 355.29º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B27F83 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 127 | 131 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.30 |
| HSL | 355.29º | 0.25% | 0.6% | - |
| HSV(B) | 355.29º | 0.29% | 0.7% | - |
| XYZ | 30.05 | 26.28 | 24.96 | - |
| YUV | 142.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 127 | 131 | 0 | 0.29 | 0.26 | 0.30 | 355.29 | 0.25 | 0.6 |
| Hex | B2 | 7F | 83 | 0 | 1D | 1A | 1E | 163 | 19 | 3C |
| Octal | 262 | 177 | 203 | 0 | 35 | 32 | 36 | 543 | 31 | 74 |
| Binary | 10110010 | 1111111 | 10000011 | 0 | 11101 | 11010 | 11110 | 101100011 | 11001 | 111100 |
Color Harmonies of #B27F83
Complementary color
Monochromatic Colors of #B27F83
Black with #B27F83
Text Example
Text Example
White with #B27F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27F83; }
p { color: rgb(178,127,131); }
H1.HeaderClassName
{
color: #B27F83;
}
.AnyTagClassName
{
color: #B27F83;
}
</style>
background-color css
<style>
a { background-color: #B27F83; }
a { background-color: rgb(178,127,131); }
div.DivClassName
{
background-color: #B27F83;
}
.BgClassName
{
background-color: #B27F83;
}
</style>
border-color css
<style>
span { border-color: #B27F83; }
span { border-color: rgb(178,127,131); }
td.TdClassName
{
border-color: #B27F83;
}
.TagClassName
{
border-color: #B27F83;
}
</style>