Shades of Tapestry #B67488
Tints of Tapestry #B67488
RGB
CMYK
RGB Variations
Color information
#B67488 (or 0xB67488) is known color: Tapestry. HEX triplet: B6, 74 and 88. RGB value is (182,116,136). Sum of RGB (Red+Green+Blue) = 182+116+136=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B67488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67488 is #498B77. Grayscale: #8A8A8A. Windows color (decimal): -4819832 or 8942774. OLE color: 8942774.
HSL color Cylindrical-coordinate representation of color #B67488: hue angle of 341.82º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B67488 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 116 | 136 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.29 |
| HSL | 341.82º | 0.31% | 0.58% | - |
| HSV(B) | 341.82º | 0.36% | 0.71% | - |
| XYZ | 29.98 | 24.21 | 26.39 | - |
| YUV | 138.01 | 126.87 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 116 | 136 | 0 | 0.36 | 0.25 | 0.29 | 341.82 | 0.31 | 0.58 |
| Hex | B6 | 74 | 88 | 0 | 24 | 19 | 1D | 156 | 1F | 3A |
| Octal | 266 | 164 | 210 | 0 | 44 | 31 | 35 | 526 | 37 | 72 |
| Binary | 10110110 | 1110100 | 10001000 | 0 | 100100 | 11001 | 11101 | 101010110 | 11111 | 111010 |
Color Harmonies of #B67488
Complementary color
Monochromatic Colors of #B67488
Black with #B67488
Text Example
Text Example
White with #B67488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67488; }
p { color: rgb(182,116,136); }
H1.HeaderClassName
{
color: #B67488;
}
.AnyTagClassName
{
color: #B67488;
}
</style>
background-color css
<style>
a { background-color: #B67488; }
a { background-color: rgb(182,116,136); }
div.DivClassName
{
background-color: #B67488;
}
.BgClassName
{
background-color: #B67488;
}
</style>
border-color css
<style>
span { border-color: #B67488; }
span { border-color: rgb(182,116,136); }
td.TdClassName
{
border-color: #B67488;
}
.TagClassName
{
border-color: #B67488;
}
</style>