Shades of Tapestry #B46D7B
Tints of Tapestry #B46D7B
RGB
CMYK
RGB Variations
Color information
#B46D7B (or 0xB46D7B) is known color: Tapestry. HEX triplet: B4, 6D and 7B. RGB value is (180,109,123). Sum of RGB (Red+Green+Blue) = 180+109+123=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46D7B is #4B9284. Grayscale: #838383. Windows color (decimal): -4952709 or 8089012. OLE color: 8089012.
HSL color Cylindrical-coordinate representation of color #B46D7B: hue angle of 348.17º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B46D7B is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 109 | 123 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.29 |
| HSL | 348.17º | 0.32% | 0.57% | - |
| HSV(B) | 348.17º | 0.39% | 0.71% | - |
| XYZ | 27.87 | 22.07 | 21.53 | - |
| YUV | 131.83 | 123.02 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 109 | 123 | 0 | 0.39 | 0.32 | 0.29 | 348.17 | 0.32 | 0.57 |
| Hex | B4 | 6D | 7B | 0 | 27 | 20 | 1D | 15C | 20 | 39 |
| Octal | 264 | 155 | 173 | 0 | 47 | 40 | 35 | 534 | 40 | 71 |
| Binary | 10110100 | 1101101 | 1111011 | 0 | 100111 | 100000 | 11101 | 101011100 | 100000 | 111001 |
Color Harmonies of #B46D7B
Complementary color
Monochromatic Colors of #B46D7B
Black with #B46D7B
Text Example
Text Example
White with #B46D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46D7B; }
p { color: rgb(180,109,123); }
H1.HeaderClassName
{
color: #B46D7B;
}
.AnyTagClassName
{
color: #B46D7B;
}
</style>
background-color css
<style>
a { background-color: #B46D7B; }
a { background-color: rgb(180,109,123); }
div.DivClassName
{
background-color: #B46D7B;
}
.BgClassName
{
background-color: #B46D7B;
}
</style>
border-color css
<style>
span { border-color: #B46D7B; }
span { border-color: rgb(180,109,123); }
td.TdClassName
{
border-color: #B46D7B;
}
.TagClassName
{
border-color: #B46D7B;
}
</style>