Shades of Tapestry #B67388
Tints of Tapestry #B67388
RGB
CMYK
RGB Variations
Color information
#B67388 (or 0xB67388) is known color: Tapestry. HEX triplet: B6, 73 and 88. RGB value is (182,115,136). Sum of RGB (Red+Green+Blue) = 182+115+136=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B67388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67388 is #498C77. Grayscale: #898989. Windows color (decimal): -4820088 or 8942518. OLE color: 8942518.
HSL color Cylindrical-coordinate representation of color #B67388: hue angle of 341.19º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B67388 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 115 | 136 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.29 |
| HSL | 341.19º | 0.31% | 0.58% | - |
| HSV(B) | 341.19º | 0.37% | 0.71% | - |
| XYZ | 29.87 | 23.98 | 26.35 | - |
| YUV | 137.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 115 | 136 | 0 | 0.37 | 0.25 | 0.29 | 341.19 | 0.31 | 0.58 |
| Hex | B6 | 73 | 88 | 0 | 25 | 19 | 1D | 155 | 1F | 3A |
| Octal | 266 | 163 | 210 | 0 | 45 | 31 | 35 | 525 | 37 | 72 |
| Binary | 10110110 | 1110011 | 10001000 | 0 | 100101 | 11001 | 11101 | 101010101 | 11111 | 111010 |
Color Harmonies of #B67388
Complementary color
Monochromatic Colors of #B67388
Black with #B67388
Text Example
Text Example
White with #B67388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67388; }
p { color: rgb(182,115,136); }
H1.HeaderClassName
{
color: #B67388;
}
.AnyTagClassName
{
color: #B67388;
}
</style>
background-color css
<style>
a { background-color: #B67388; }
a { background-color: rgb(182,115,136); }
div.DivClassName
{
background-color: #B67388;
}
.BgClassName
{
background-color: #B67388;
}
</style>
border-color css
<style>
span { border-color: #B67388; }
span { border-color: rgb(182,115,136); }
td.TdClassName
{
border-color: #B67388;
}
.TagClassName
{
border-color: #B67388;
}
</style>