Shades of Tapestry #B26C7A
Tints of Tapestry #B26C7A
RGB
CMYK
RGB Variations
Color information
#B26C7A (or 0xB26C7A) is known color: Tapestry. HEX triplet: B2, 6C and 7A. RGB value is (178,108,122). Sum of RGB (Red+Green+Blue) = 178+108+122=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26C7A is #4D9385. Grayscale: #828282. Windows color (decimal): -5084038 or 8023218. OLE color: 8023218.
HSL color Cylindrical-coordinate representation of color #B26C7A: hue angle of 348º 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 #B26C7A is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 108 | 122 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.30 |
| HSL | 348º | 0.31% | 0.56% | - |
| HSV(B) | 348º | 0.39% | 0.7% | - |
| XYZ | 27.24 | 21.6 | 21.15 | - |
| YUV | 130.53 | 123.19 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 108 | 122 | 0 | 0.39 | 0.31 | 0.30 | 348 | 0.31 | 0.56 |
| Hex | B2 | 6C | 7A | 0 | 27 | 1F | 1E | 15C | 1F | 38 |
| Octal | 262 | 154 | 172 | 0 | 47 | 37 | 36 | 534 | 37 | 70 |
| Binary | 10110010 | 1101100 | 1111010 | 0 | 100111 | 11111 | 11110 | 101011100 | 11111 | 111000 |
Color Harmonies of #B26C7A
Complementary color
Monochromatic Colors of #B26C7A
Black with #B26C7A
Text Example
Text Example
White with #B26C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26C7A; }
p { color: rgb(178,108,122); }
H1.HeaderClassName
{
color: #B26C7A;
}
.AnyTagClassName
{
color: #B26C7A;
}
</style>
background-color css
<style>
a { background-color: #B26C7A; }
a { background-color: rgb(178,108,122); }
div.DivClassName
{
background-color: #B26C7A;
}
.BgClassName
{
background-color: #B26C7A;
}
</style>
border-color css
<style>
span { border-color: #B26C7A; }
span { border-color: rgb(178,108,122); }
td.TdClassName
{
border-color: #B26C7A;
}
.TagClassName
{
border-color: #B26C7A;
}
</style>