Shades of Tapestry #B16784
Tints of Tapestry #B16784
RGB
CMYK
RGB Variations
Color information
#B16784 (or 0xB16784) is known color: Tapestry. HEX triplet: B1, 67 and 84. RGB value is (177,103,132). Sum of RGB (Red+Green+Blue) = 177+103+132=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B16784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16784 is #4E987B. Grayscale: #808080. Windows color (decimal): -5150844 or 8677297. OLE color: 8677297.
HSL color Cylindrical-coordinate representation of color #B16784: hue angle of 336.49º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B16784 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 132 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.31 |
| HSL | 336.49º | 0.32% | 0.55% | - |
| HSV(B) | 336.49º | 0.42% | 0.69% | - |
| XYZ | 27.15 | 20.71 | 24.4 | - |
| YUV | 128.43 | 130.02 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 132 | 0 | 0.42 | 0.25 | 0.31 | 336.49 | 0.32 | 0.55 |
| Hex | B1 | 67 | 84 | 0 | 2A | 19 | 1F | 150 | 20 | 37 |
| Octal | 261 | 147 | 204 | 0 | 52 | 31 | 37 | 520 | 40 | 67 |
| Binary | 10110001 | 1100111 | 10000100 | 0 | 101010 | 11001 | 11111 | 101010000 | 100000 | 110111 |
Color Harmonies of #B16784
Complementary color
Monochromatic Colors of #B16784
Black with #B16784
Text Example
Text Example
White with #B16784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16784; }
p { color: rgb(177,103,132); }
H1.HeaderClassName
{
color: #B16784;
}
.AnyTagClassName
{
color: #B16784;
}
</style>
background-color css
<style>
a { background-color: #B16784; }
a { background-color: rgb(177,103,132); }
div.DivClassName
{
background-color: #B16784;
}
.BgClassName
{
background-color: #B16784;
}
</style>
border-color css
<style>
span { border-color: #B16784; }
span { border-color: rgb(177,103,132); }
td.TdClassName
{
border-color: #B16784;
}
.TagClassName
{
border-color: #B16784;
}
</style>