Shades of Tapestry #B47683
Tints of Tapestry #B47683
RGB
CMYK
RGB Variations
Color information
#B47683 (or 0xB47683) is known color: Tapestry. HEX triplet: B4, 76 and 83. RGB value is (180,118,131). Sum of RGB (Red+Green+Blue) = 180+118+131=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B47683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47683 is #4B897C. Grayscale: #8A8A8A. Windows color (decimal): -4950397 or 8615604. OLE color: 8615604.
HSL color Cylindrical-coordinate representation of color #B47683: hue angle of 347.42º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B47683 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 118 | 131 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.29 |
| HSL | 347.42º | 0.29% | 0.58% | - |
| HSV(B) | 347.42º | 0.34% | 0.71% | - |
| XYZ | 29.4 | 24.3 | 24.61 | - |
| YUV | 138.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 131 | 0 | 0.34 | 0.27 | 0.29 | 347.42 | 0.29 | 0.58 |
| Hex | B4 | 76 | 83 | 0 | 22 | 1B | 1D | 15B | 1D | 3A |
| Octal | 264 | 166 | 203 | 0 | 42 | 33 | 35 | 533 | 35 | 72 |
| Binary | 10110100 | 1110110 | 10000011 | 0 | 100010 | 11011 | 11101 | 101011011 | 11101 | 111010 |
Color Harmonies of #B47683
Complementary color
Monochromatic Colors of #B47683
Black with #B47683
Text Example
Text Example
White with #B47683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47683; }
p { color: rgb(180,118,131); }
H1.HeaderClassName
{
color: #B47683;
}
.AnyTagClassName
{
color: #B47683;
}
</style>
background-color css
<style>
a { background-color: #B47683; }
a { background-color: rgb(180,118,131); }
div.DivClassName
{
background-color: #B47683;
}
.BgClassName
{
background-color: #B47683;
}
</style>
border-color css
<style>
span { border-color: #B47683; }
span { border-color: rgb(180,118,131); }
td.TdClassName
{
border-color: #B47683;
}
.TagClassName
{
border-color: #B47683;
}
</style>