Shades of Tapestry #B6838C
Tints of Tapestry #B6838C
RGB
CMYK
RGB Variations
Color information
#B6838C (or 0xB6838C) is known color: Tapestry. HEX triplet: B6, 83 and 8C. RGB value is (182,131,140). Sum of RGB (Red+Green+Blue) = 182+131+140=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B6838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6838C is #497C73. Grayscale: #939393. Windows color (decimal): -4815988 or 9208758. OLE color: 9208758.
HSL color Cylindrical-coordinate representation of color #B6838C: hue angle of 349.41º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6838C is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 131 | 140 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.29 |
| HSL | 349.41º | 0.26% | 0.61% | - |
| HSV(B) | 349.41º | 0.28% | 0.71% | - |
| XYZ | 32.14 | 28.07 | 28.54 | - |
| YUV | 147.28 | 123.9 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 131 | 140 | 0 | 0.28 | 0.23 | 0.29 | 349.41 | 0.26 | 0.61 |
| Hex | B6 | 83 | 8C | 0 | 1C | 17 | 1D | 15D | 1A | 3D |
| Octal | 266 | 203 | 214 | 0 | 34 | 27 | 35 | 535 | 32 | 75 |
| Binary | 10110110 | 10000011 | 10001100 | 0 | 11100 | 10111 | 11101 | 101011101 | 11010 | 111101 |
Color Harmonies of #B6838C
Complementary color
Monochromatic Colors of #B6838C
Black with #B6838C
Text Example
Text Example
White with #B6838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6838C; }
p { color: rgb(182,131,140); }
H1.HeaderClassName
{
color: #B6838C;
}
.AnyTagClassName
{
color: #B6838C;
}
</style>
background-color css
<style>
a { background-color: #B6838C; }
a { background-color: rgb(182,131,140); }
div.DivClassName
{
background-color: #B6838C;
}
.BgClassName
{
background-color: #B6838C;
}
</style>
border-color css
<style>
span { border-color: #B6838C; }
span { border-color: rgb(182,131,140); }
td.TdClassName
{
border-color: #B6838C;
}
.TagClassName
{
border-color: #B6838C;
}
</style>