Shades of Tapestry #B27F8C
Tints of Tapestry #B27F8C
RGB
CMYK
RGB Variations
Color information
#B27F8C (or 0xB27F8C) is known color: Tapestry. HEX triplet: B2, 7F and 8C. RGB value is (178,127,140). Sum of RGB (Red+Green+Blue) = 178+127+140=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27F8C is #4D8073. Grayscale: #8F8F8F. Windows color (decimal): -5079156 or 9207730. OLE color: 9207730.
HSL color Cylindrical-coordinate representation of color #B27F8C: hue angle of 344.71º 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 #B27F8C is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 127 | 140 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.30 |
| HSL | 344.71º | 0.25% | 0.6% | - |
| HSV(B) | 344.71º | 0.29% | 0.7% | - |
| XYZ | 30.68 | 26.54 | 28.32 | - |
| YUV | 143.73 | 125.9 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 127 | 140 | 0 | 0.29 | 0.21 | 0.30 | 344.71 | 0.25 | 0.6 |
| Hex | B2 | 7F | 8C | 0 | 1D | 15 | 1E | 159 | 19 | 3C |
| Octal | 262 | 177 | 214 | 0 | 35 | 25 | 36 | 531 | 31 | 74 |
| Binary | 10110010 | 1111111 | 10001100 | 0 | 11101 | 10101 | 11110 | 101011001 | 11001 | 111100 |
Color Harmonies of #B27F8C
Complementary color
Monochromatic Colors of #B27F8C
Black with #B27F8C
Text Example
Text Example
White with #B27F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27F8C; }
p { color: rgb(178,127,140); }
H1.HeaderClassName
{
color: #B27F8C;
}
.AnyTagClassName
{
color: #B27F8C;
}
</style>
background-color css
<style>
a { background-color: #B27F8C; }
a { background-color: rgb(178,127,140); }
div.DivClassName
{
background-color: #B27F8C;
}
.BgClassName
{
background-color: #B27F8C;
}
</style>
border-color css
<style>
span { border-color: #B27F8C; }
span { border-color: rgb(178,127,140); }
td.TdClassName
{
border-color: #B27F8C;
}
.TagClassName
{
border-color: #B27F8C;
}
</style>