Shades of Tapestry #B67184
Tints of Tapestry #B67184
RGB
CMYK
RGB Variations
Color information
#B67184 (or 0xB67184) is known color: Tapestry. HEX triplet: B6, 71 and 84. RGB value is (182,113,132). Sum of RGB (Red+Green+Blue) = 182+113+132=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B67184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67184 is #498E7B. Grayscale: #878787. Windows color (decimal): -4820604 or 8679862. OLE color: 8679862.
HSL color Cylindrical-coordinate representation of color #B67184: hue angle of 343.48º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B67184 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 113 | 132 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.29 |
| HSL | 343.48º | 0.32% | 0.58% | - |
| HSV(B) | 343.48º | 0.38% | 0.71% | - |
| XYZ | 29.36 | 23.42 | 24.8 | - |
| YUV | 135.8 | 125.86 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 113 | 132 | 0 | 0.38 | 0.27 | 0.29 | 343.48 | 0.32 | 0.58 |
| Hex | B6 | 71 | 84 | 0 | 26 | 1B | 1D | 157 | 20 | 3A |
| Octal | 266 | 161 | 204 | 0 | 46 | 33 | 35 | 527 | 40 | 72 |
| Binary | 10110110 | 1110001 | 10000100 | 0 | 100110 | 11011 | 11101 | 101010111 | 100000 | 111010 |
Color Harmonies of #B67184
Complementary color
Monochromatic Colors of #B67184
Black with #B67184
Text Example
Text Example
White with #B67184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67184; }
p { color: rgb(182,113,132); }
H1.HeaderClassName
{
color: #B67184;
}
.AnyTagClassName
{
color: #B67184;
}
</style>
background-color css
<style>
a { background-color: #B67184; }
a { background-color: rgb(182,113,132); }
div.DivClassName
{
background-color: #B67184;
}
.BgClassName
{
background-color: #B67184;
}
</style>
border-color css
<style>
span { border-color: #B67184; }
span { border-color: rgb(182,113,132); }
td.TdClassName
{
border-color: #B67184;
}
.TagClassName
{
border-color: #B67184;
}
</style>