Shades of Tapestry #B26C7F
Tints of Tapestry #B26C7F
RGB
CMYK
RGB Variations
Color information
#B26C7F (or 0xB26C7F) is known color: Tapestry. HEX triplet: B2, 6C and 7F. RGB value is (178,108,127). Sum of RGB (Red+Green+Blue) = 178+108+127=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26C7F is #4D9380. Grayscale: #838383. Windows color (decimal): -5084033 or 8350898. OLE color: 8350898.
HSL color Cylindrical-coordinate representation of color #B26C7F: hue angle of 343.71º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B26C7F is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 108 | 127 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.30 |
| HSL | 343.71º | 0.31% | 0.56% | - |
| HSV(B) | 343.71º | 0.39% | 0.7% | - |
| XYZ | 27.55 | 21.72 | 22.82 | - |
| YUV | 131.1 | 125.69 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 108 | 127 | 0 | 0.39 | 0.29 | 0.30 | 343.71 | 0.31 | 0.56 |
| Hex | B2 | 6C | 7F | 0 | 27 | 1D | 1E | 158 | 1F | 38 |
| Octal | 262 | 154 | 177 | 0 | 47 | 35 | 36 | 530 | 37 | 70 |
| Binary | 10110010 | 1101100 | 1111111 | 0 | 100111 | 11101 | 11110 | 101011000 | 11111 | 111000 |
Color Harmonies of #B26C7F
Complementary color
Monochromatic Colors of #B26C7F
Black with #B26C7F
Text Example
Text Example
White with #B26C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26C7F; }
p { color: rgb(178,108,127); }
H1.HeaderClassName
{
color: #B26C7F;
}
.AnyTagClassName
{
color: #B26C7F;
}
</style>
background-color css
<style>
a { background-color: #B26C7F; }
a { background-color: rgb(178,108,127); }
div.DivClassName
{
background-color: #B26C7F;
}
.BgClassName
{
background-color: #B26C7F;
}
</style>
border-color css
<style>
span { border-color: #B26C7F; }
span { border-color: rgb(178,108,127); }
td.TdClassName
{
border-color: #B26C7F;
}
.TagClassName
{
border-color: #B26C7F;
}
</style>