Shades of Tapestry #B46683
Tints of Tapestry #B46683
RGB
CMYK
RGB Variations
Color information
#B46683 (or 0xB46683) is known color: Tapestry. HEX triplet: B4, 66 and 83. RGB value is (180,102,131). Sum of RGB (Red+Green+Blue) = 180+102+131=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B46683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46683 is #4B997C. Grayscale: #808080. Windows color (decimal): -4954493 or 8611508. OLE color: 8611508.
HSL color Cylindrical-coordinate representation of color #B46683: hue angle of 337.69º 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 #B46683 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 102 | 131 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.29 |
| HSL | 337.69º | 0.34% | 0.55% | - |
| HSV(B) | 337.69º | 0.43% | 0.71% | - |
| XYZ | 27.67 | 20.84 | 24.04 | - |
| YUV | 128.63 | 129.34 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 102 | 131 | 0 | 0.43 | 0.27 | 0.29 | 337.69 | 0.34 | 0.55 |
| Hex | B4 | 66 | 83 | 0 | 2B | 1B | 1D | 152 | 22 | 37 |
| Octal | 264 | 146 | 203 | 0 | 53 | 33 | 35 | 522 | 42 | 67 |
| Binary | 10110100 | 1100110 | 10000011 | 0 | 101011 | 11011 | 11101 | 101010010 | 100010 | 110111 |
Color Harmonies of #B46683
Complementary color
Monochromatic Colors of #B46683
Black with #B46683
Text Example
Text Example
White with #B46683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46683; }
p { color: rgb(180,102,131); }
H1.HeaderClassName
{
color: #B46683;
}
.AnyTagClassName
{
color: #B46683;
}
</style>
background-color css
<style>
a { background-color: #B46683; }
a { background-color: rgb(180,102,131); }
div.DivClassName
{
background-color: #B46683;
}
.BgClassName
{
background-color: #B46683;
}
</style>
border-color css
<style>
span { border-color: #B46683; }
span { border-color: rgb(180,102,131); }
td.TdClassName
{
border-color: #B46683;
}
.TagClassName
{
border-color: #B46683;
}
</style>