Shades of Tapestry #B26F8A
Tints of Tapestry #B26F8A
RGB
CMYK
RGB Variations
Color information
#B26F8A (or 0xB26F8A) is known color: Tapestry. HEX triplet: B2, 6F and 8A. RGB value is (178,111,138). Sum of RGB (Red+Green+Blue) = 178+111+138=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26F8A is #4D9075. Grayscale: #868686. Windows color (decimal): -5083254 or 9072562. OLE color: 9072562.
HSL color Cylindrical-coordinate representation of color #B26F8A: hue angle of 335.82º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B26F8A is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 111 | 138 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.30 |
| HSL | 335.82º | 0.3% | 0.57% | - |
| HSV(B) | 335.82º | 0.38% | 0.7% | - |
| XYZ | 28.63 | 22.67 | 26.91 | - |
| YUV | 134.11 | 130.2 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 111 | 138 | 0 | 0.38 | 0.22 | 0.30 | 335.82 | 0.3 | 0.57 |
| Hex | B2 | 6F | 8A | 0 | 26 | 16 | 1E | 150 | 1E | 39 |
| Octal | 262 | 157 | 212 | 0 | 46 | 26 | 36 | 520 | 36 | 71 |
| Binary | 10110010 | 1101111 | 10001010 | 0 | 100110 | 10110 | 11110 | 101010000 | 11110 | 111001 |
Color Harmonies of #B26F8A
Complementary color
Monochromatic Colors of #B26F8A
Black with #B26F8A
Text Example
Text Example
White with #B26F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26F8A; }
p { color: rgb(178,111,138); }
H1.HeaderClassName
{
color: #B26F8A;
}
.AnyTagClassName
{
color: #B26F8A;
}
</style>
background-color css
<style>
a { background-color: #B26F8A; }
a { background-color: rgb(178,111,138); }
div.DivClassName
{
background-color: #B26F8A;
}
.BgClassName
{
background-color: #B26F8A;
}
</style>
border-color css
<style>
span { border-color: #B26F8A; }
span { border-color: rgb(178,111,138); }
td.TdClassName
{
border-color: #B26F8A;
}
.TagClassName
{
border-color: #B26F8A;
}
</style>