Shades of Tapestry #B6727B
Tints of Tapestry #B6727B
RGB
CMYK
RGB Variations
Color information
#B6727B (or 0xB6727B) is known color: Tapestry. HEX triplet: B6, 72 and 7B. RGB value is (182,114,123). Sum of RGB (Red+Green+Blue) = 182+114+123=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B6727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6727B is #498D84. Grayscale: #878787. Windows color (decimal): -4820357 or 8090294. OLE color: 8090294.
HSL color Cylindrical-coordinate representation of color #B6727B: hue angle of 352.06º degrees, saturation: 0.32, 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 #B6727B is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 114 | 123 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.29 |
| HSL | 352.06º | 0.32% | 0.58% | - |
| HSV(B) | 352.06º | 0.37% | 0.71% | - |
| XYZ | 28.88 | 23.41 | 21.74 | - |
| YUV | 135.36 | 121.03 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 114 | 123 | 0 | 0.37 | 0.32 | 0.29 | 352.06 | 0.32 | 0.58 |
| Hex | B6 | 72 | 7B | 0 | 25 | 20 | 1D | 160 | 20 | 3A |
| Octal | 266 | 162 | 173 | 0 | 45 | 40 | 35 | 540 | 40 | 72 |
| Binary | 10110110 | 1110010 | 1111011 | 0 | 100101 | 100000 | 11101 | 101100000 | 100000 | 111010 |
Color Harmonies of #B6727B
Complementary color
Monochromatic Colors of #B6727B
Black with #B6727B
Text Example
Text Example
White with #B6727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6727B; }
p { color: rgb(182,114,123); }
H1.HeaderClassName
{
color: #B6727B;
}
.AnyTagClassName
{
color: #B6727B;
}
</style>
background-color css
<style>
a { background-color: #B6727B; }
a { background-color: rgb(182,114,123); }
div.DivClassName
{
background-color: #B6727B;
}
.BgClassName
{
background-color: #B6727B;
}
</style>
border-color css
<style>
span { border-color: #B6727B; }
span { border-color: rgb(182,114,123); }
td.TdClassName
{
border-color: #B6727B;
}
.TagClassName
{
border-color: #B6727B;
}
</style>