Shades of Tapestry #B46685
Tints of Tapestry #B46685
RGB
CMYK
RGB Variations
Color information
#B46685 (or 0xB46685) is known color: Tapestry. HEX triplet: B4, 66 and 85. RGB value is (180,102,133). Sum of RGB (Red+Green+Blue) = 180+102+133=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B46685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46685 is #4B997A. Grayscale: #808080. Windows color (decimal): -4954491 or 8742580. OLE color: 8742580.
HSL color Cylindrical-coordinate representation of color #B46685: hue angle of 336.15º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B46685 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 102 | 133 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.29 |
| HSL | 336.15º | 0.34% | 0.55% | - |
| HSV(B) | 336.15º | 0.43% | 0.71% | - |
| XYZ | 27.81 | 20.9 | 24.76 | - |
| YUV | 128.86 | 130.34 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 102 | 133 | 0 | 0.43 | 0.26 | 0.29 | 336.15 | 0.34 | 0.55 |
| Hex | B4 | 66 | 85 | 0 | 2B | 1A | 1D | 150 | 22 | 37 |
| Octal | 264 | 146 | 205 | 0 | 53 | 32 | 35 | 520 | 42 | 67 |
| Binary | 10110100 | 1100110 | 10000101 | 0 | 101011 | 11010 | 11101 | 101010000 | 100010 | 110111 |
Color Harmonies of #B46685
Complementary color
Monochromatic Colors of #B46685
Black with #B46685
Text Example
Text Example
White with #B46685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46685; }
p { color: rgb(180,102,133); }
H1.HeaderClassName
{
color: #B46685;
}
.AnyTagClassName
{
color: #B46685;
}
</style>
background-color css
<style>
a { background-color: #B46685; }
a { background-color: rgb(180,102,133); }
div.DivClassName
{
background-color: #B46685;
}
.BgClassName
{
background-color: #B46685;
}
</style>
border-color css
<style>
span { border-color: #B46685; }
span { border-color: rgb(180,102,133); }
td.TdClassName
{
border-color: #B46685;
}
.TagClassName
{
border-color: #B46685;
}
</style>