Shades of Tapestry #B36388
Tints of Tapestry #B36388
RGB
CMYK
RGB Variations
Color information
#B36388 (or 0xB36388) is known color: Tapestry. HEX triplet: B3, 63 and 88. RGB value is (179,99,136). Sum of RGB (Red+Green+Blue) = 179+99+136=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B36388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36388 is #4C9C77. Grayscale: #7F7F7F. Windows color (decimal): -5020792 or 8938419. OLE color: 8938419.
HSL color Cylindrical-coordinate representation of color #B36388: hue angle of 332.25º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B36388 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 99 | 136 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.30 |
| HSL | 332.25º | 0.34% | 0.55% | - |
| HSV(B) | 332.25º | 0.45% | 0.7% | - |
| XYZ | 27.5 | 20.28 | 25.76 | - |
| YUV | 127.14 | 133 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 99 | 136 | 0 | 0.45 | 0.24 | 0.30 | 332.25 | 0.34 | 0.55 |
| Hex | B3 | 63 | 88 | 0 | 2D | 18 | 1E | 14C | 22 | 37 |
| Octal | 263 | 143 | 210 | 0 | 55 | 30 | 36 | 514 | 42 | 67 |
| Binary | 10110011 | 1100011 | 10001000 | 0 | 101101 | 11000 | 11110 | 101001100 | 100010 | 110111 |
Color Harmonies of #B36388
Complementary color
Monochromatic Colors of #B36388
Black with #B36388
Text Example
Text Example
White with #B36388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36388; }
p { color: rgb(179,99,136); }
H1.HeaderClassName
{
color: #B36388;
}
.AnyTagClassName
{
color: #B36388;
}
</style>
background-color css
<style>
a { background-color: #B36388; }
a { background-color: rgb(179,99,136); }
div.DivClassName
{
background-color: #B36388;
}
.BgClassName
{
background-color: #B36388;
}
</style>
border-color css
<style>
span { border-color: #B36388; }
span { border-color: rgb(179,99,136); }
td.TdClassName
{
border-color: #B36388;
}
.TagClassName
{
border-color: #B36388;
}
</style>