Shades of Tapestry #B26D7D
Tints of Tapestry #B26D7D
RGB
CMYK
RGB Variations
Color information
#B26D7D (or 0xB26D7D) is known color: Tapestry. HEX triplet: B2, 6D and 7D. RGB value is (178,109,125). Sum of RGB (Red+Green+Blue) = 178+109+125=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26D7D is #4D9282. Grayscale: #838383. Windows color (decimal): -5083779 or 8220082. OLE color: 8220082.
HSL color Cylindrical-coordinate representation of color #B26D7D: hue angle of 346.09º 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 #B26D7D is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 109 | 125 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.30 |
| HSL | 346.09º | 0.31% | 0.56% | - |
| HSV(B) | 346.09º | 0.39% | 0.7% | - |
| XYZ | 27.53 | 21.88 | 22.17 | - |
| YUV | 131.46 | 124.36 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 109 | 125 | 0 | 0.39 | 0.30 | 0.30 | 346.09 | 0.31 | 0.56 |
| Hex | B2 | 6D | 7D | 0 | 27 | 1E | 1E | 15A | 1F | 38 |
| Octal | 262 | 155 | 175 | 0 | 47 | 36 | 36 | 532 | 37 | 70 |
| Binary | 10110010 | 1101101 | 1111101 | 0 | 100111 | 11110 | 11110 | 101011010 | 11111 | 111000 |
Color Harmonies of #B26D7D
Complementary color
Monochromatic Colors of #B26D7D
Black with #B26D7D
Text Example
Text Example
White with #B26D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26D7D; }
p { color: rgb(178,109,125); }
H1.HeaderClassName
{
color: #B26D7D;
}
.AnyTagClassName
{
color: #B26D7D;
}
</style>
background-color css
<style>
a { background-color: #B26D7D; }
a { background-color: rgb(178,109,125); }
div.DivClassName
{
background-color: #B26D7D;
}
.BgClassName
{
background-color: #B26D7D;
}
</style>
border-color css
<style>
span { border-color: #B26D7D; }
span { border-color: rgb(178,109,125); }
td.TdClassName
{
border-color: #B26D7D;
}
.TagClassName
{
border-color: #B26D7D;
}
</style>