Shades of Tapestry #B26C83
Tints of Tapestry #B26C83
RGB
CMYK
RGB Variations
Color information
#B26C83 (or 0xB26C83) is known color: Tapestry. HEX triplet: B2, 6C and 83. RGB value is (178,108,131). Sum of RGB (Red+Green+Blue) = 178+108+131=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26C83 is #4D937C. Grayscale: #838383. Windows color (decimal): -5084029 or 8613042. OLE color: 8613042.
HSL color Cylindrical-coordinate representation of color #B26C83: hue angle of 340.29º 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 #B26C83 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 108 | 131 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.30 |
| HSL | 340.29º | 0.31% | 0.56% | - |
| HSV(B) | 340.29º | 0.39% | 0.7% | - |
| XYZ | 27.82 | 21.83 | 24.22 | - |
| YUV | 131.55 | 127.69 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 108 | 131 | 0 | 0.39 | 0.26 | 0.30 | 340.29 | 0.31 | 0.56 |
| Hex | B2 | 6C | 83 | 0 | 27 | 1A | 1E | 154 | 1F | 38 |
| Octal | 262 | 154 | 203 | 0 | 47 | 32 | 36 | 524 | 37 | 70 |
| Binary | 10110010 | 1101100 | 10000011 | 0 | 100111 | 11010 | 11110 | 101010100 | 11111 | 111000 |
Color Harmonies of #B26C83
Complementary color
Monochromatic Colors of #B26C83
Black with #B26C83
Text Example
Text Example
White with #B26C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26C83; }
p { color: rgb(178,108,131); }
H1.HeaderClassName
{
color: #B26C83;
}
.AnyTagClassName
{
color: #B26C83;
}
</style>
background-color css
<style>
a { background-color: #B26C83; }
a { background-color: rgb(178,108,131); }
div.DivClassName
{
background-color: #B26C83;
}
.BgClassName
{
background-color: #B26C83;
}
</style>
border-color css
<style>
span { border-color: #B26C83; }
span { border-color: rgb(178,108,131); }
td.TdClassName
{
border-color: #B26C83;
}
.TagClassName
{
border-color: #B26C83;
}
</style>