Shades of Tapestry #B3688F
Tints of Tapestry #B3688F
RGB
CMYK
RGB Variations
Color information
#B3688F (or 0xB3688F) is known color: Tapestry. HEX triplet: B3, 68 and 8F. RGB value is (179,104,143). Sum of RGB (Red+Green+Blue) = 179+104+143=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B3688F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3688F is #4C9770. Grayscale: #828282. Windows color (decimal): -5019505 or 9398451. OLE color: 9398451.
HSL color Cylindrical-coordinate representation of color #B3688F: hue angle of 328.8º 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 #B3688F is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 104 | 143 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.30 |
| HSL | 328.8º | 0.33% | 0.55% | - |
| HSV(B) | 328.8º | 0.42% | 0.7% | - |
| XYZ | 28.5 | 21.47 | 28.63 | - |
| YUV | 130.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 104 | 143 | 0 | 0.42 | 0.20 | 0.30 | 328.8 | 0.33 | 0.55 |
| Hex | B3 | 68 | 8F | 0 | 2A | 14 | 1E | 149 | 21 | 37 |
| Octal | 263 | 150 | 217 | 0 | 52 | 24 | 36 | 511 | 41 | 67 |
| Binary | 10110011 | 1101000 | 10001111 | 0 | 101010 | 10100 | 11110 | 101001001 | 100001 | 110111 |
Color Harmonies of #B3688F
Complementary color
Monochromatic Colors of #B3688F
Black with #B3688F
Text Example
Text Example
White with #B3688F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3688F; }
p { color: rgb(179,104,143); }
H1.HeaderClassName
{
color: #B3688F;
}
.AnyTagClassName
{
color: #B3688F;
}
</style>
background-color css
<style>
a { background-color: #B3688F; }
a { background-color: rgb(179,104,143); }
div.DivClassName
{
background-color: #B3688F;
}
.BgClassName
{
background-color: #B3688F;
}
</style>
border-color css
<style>
span { border-color: #B3688F; }
span { border-color: rgb(179,104,143); }
td.TdClassName
{
border-color: #B3688F;
}
.TagClassName
{
border-color: #B3688F;
}
</style>