Shades of Tapestry #B16779
Tints of Tapestry #B16779
RGB
CMYK
RGB Variations
Color information
#B16779 (or 0xB16779) is known color: Tapestry. HEX triplet: B1, 67 and 79. RGB value is (177,103,121). Sum of RGB (Red+Green+Blue) = 177+103+121=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B16779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16779 is #4E9886. Grayscale: #7F7F7F. Windows color (decimal): -5150855 or 7956401. OLE color: 7956401.
HSL color Cylindrical-coordinate representation of color #B16779: hue angle of 345.41º 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 #B16779 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 121 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.31 |
| HSL | 345.41º | 0.32% | 0.55% | - |
| HSV(B) | 345.41º | 0.42% | 0.69% | - |
| XYZ | 26.43 | 20.43 | 20.64 | - |
| YUV | 127.18 | 124.52 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 121 | 0 | 0.42 | 0.32 | 0.31 | 345.41 | 0.32 | 0.55 |
| Hex | B1 | 67 | 79 | 0 | 2A | 20 | 1F | 159 | 20 | 37 |
| Octal | 261 | 147 | 171 | 0 | 52 | 40 | 37 | 531 | 40 | 67 |
| Binary | 10110001 | 1100111 | 1111001 | 0 | 101010 | 100000 | 11111 | 101011001 | 100000 | 110111 |
Color Harmonies of #B16779
Complementary color
Monochromatic Colors of #B16779
Black with #B16779
Text Example
Text Example
White with #B16779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16779; }
p { color: rgb(177,103,121); }
H1.HeaderClassName
{
color: #B16779;
}
.AnyTagClassName
{
color: #B16779;
}
</style>
background-color css
<style>
a { background-color: #B16779; }
a { background-color: rgb(177,103,121); }
div.DivClassName
{
background-color: #B16779;
}
.BgClassName
{
background-color: #B16779;
}
</style>
border-color css
<style>
span { border-color: #B16779; }
span { border-color: rgb(177,103,121); }
td.TdClassName
{
border-color: #B16779;
}
.TagClassName
{
border-color: #B16779;
}
</style>