Shades of Tapestry #B26C7B
Tints of Tapestry #B26C7B
RGB
CMYK
RGB Variations
Color information
#B26C7B (or 0xB26C7B) is known color: Tapestry. HEX triplet: B2, 6C and 7B. RGB value is (178,108,123). Sum of RGB (Red+Green+Blue) = 178+108+123=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26C7B is #4D9384. Grayscale: #828282. Windows color (decimal): -5084037 or 8088754. OLE color: 8088754.
HSL color Cylindrical-coordinate representation of color #B26C7B: hue angle of 347.14º 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 #B26C7B is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 108 | 123 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.30 |
| HSL | 347.14º | 0.31% | 0.56% | - |
| HSV(B) | 347.14º | 0.39% | 0.7% | - |
| XYZ | 27.3 | 21.62 | 21.47 | - |
| YUV | 130.64 | 123.69 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 108 | 123 | 0 | 0.39 | 0.31 | 0.30 | 347.14 | 0.31 | 0.56 |
| Hex | B2 | 6C | 7B | 0 | 27 | 1F | 1E | 15B | 1F | 38 |
| Octal | 262 | 154 | 173 | 0 | 47 | 37 | 36 | 533 | 37 | 70 |
| Binary | 10110010 | 1101100 | 1111011 | 0 | 100111 | 11111 | 11110 | 101011011 | 11111 | 111000 |
Color Harmonies of #B26C7B
Complementary color
Monochromatic Colors of #B26C7B
Black with #B26C7B
Text Example
Text Example
White with #B26C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26C7B; }
p { color: rgb(178,108,123); }
H1.HeaderClassName
{
color: #B26C7B;
}
.AnyTagClassName
{
color: #B26C7B;
}
</style>
background-color css
<style>
a { background-color: #B26C7B; }
a { background-color: rgb(178,108,123); }
div.DivClassName
{
background-color: #B26C7B;
}
.BgClassName
{
background-color: #B26C7B;
}
</style>
border-color css
<style>
span { border-color: #B26C7B; }
span { border-color: rgb(178,108,123); }
td.TdClassName
{
border-color: #B26C7B;
}
.TagClassName
{
border-color: #B26C7B;
}
</style>