Shades of Tapestry #B3677A
Tints of Tapestry #B3677A
RGB
CMYK
RGB Variations
Color information
#B3677A (or 0xB3677A) is known color: Tapestry. HEX triplet: B3, 67 and 7A. RGB value is (179,103,122). Sum of RGB (Red+Green+Blue) = 179+103+122=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B3677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3677A is #4C9885. Grayscale: #7F7F7F. Windows color (decimal): -5019782 or 8021939. OLE color: 8021939.
HSL color Cylindrical-coordinate representation of color #B3677A: hue angle of 345º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B3677A is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 122 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.30 |
| HSL | 345º | 0.33% | 0.55% | - |
| HSV(B) | 345º | 0.42% | 0.7% | - |
| XYZ | 26.95 | 20.69 | 20.99 | - |
| YUV | 127.89 | 124.68 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 122 | 0 | 0.42 | 0.32 | 0.30 | 345 | 0.33 | 0.55 |
| Hex | B3 | 67 | 7A | 0 | 2A | 20 | 1E | 159 | 21 | 37 |
| Octal | 263 | 147 | 172 | 0 | 52 | 40 | 36 | 531 | 41 | 67 |
| Binary | 10110011 | 1100111 | 1111010 | 0 | 101010 | 100000 | 11110 | 101011001 | 100001 | 110111 |
Color Harmonies of #B3677A
Complementary color
Monochromatic Colors of #B3677A
Black with #B3677A
Text Example
Text Example
White with #B3677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3677A; }
p { color: rgb(179,103,122); }
H1.HeaderClassName
{
color: #B3677A;
}
.AnyTagClassName
{
color: #B3677A;
}
</style>
background-color css
<style>
a { background-color: #B3677A; }
a { background-color: rgb(179,103,122); }
div.DivClassName
{
background-color: #B3677A;
}
.BgClassName
{
background-color: #B3677A;
}
</style>
border-color css
<style>
span { border-color: #B3677A; }
span { border-color: rgb(179,103,122); }
td.TdClassName
{
border-color: #B3677A;
}
.TagClassName
{
border-color: #B3677A;
}
</style>