Shades of Tapestry #B46983
Tints of Tapestry #B46983
RGB
CMYK
RGB Variations
Color information
#B46983 (or 0xB46983) is known color: Tapestry. HEX triplet: B4, 69 and 83. RGB value is (180,105,131). Sum of RGB (Red+Green+Blue) = 180+105+131=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B46983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46983 is #4B967C. Grayscale: #828282. Windows color (decimal): -4953725 or 8612276. OLE color: 8612276.
HSL color Cylindrical-coordinate representation of color #B46983: hue angle of 339.2º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B46983 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 105 | 131 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.29 |
| HSL | 339.2º | 0.33% | 0.56% | - |
| HSV(B) | 339.2º | 0.42% | 0.71% | - |
| XYZ | 27.97 | 21.45 | 24.14 | - |
| YUV | 130.39 | 128.35 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 105 | 131 | 0 | 0.42 | 0.27 | 0.29 | 339.2 | 0.33 | 0.56 |
| Hex | B4 | 69 | 83 | 0 | 2A | 1B | 1D | 153 | 21 | 38 |
| Octal | 264 | 151 | 203 | 0 | 52 | 33 | 35 | 523 | 41 | 70 |
| Binary | 10110100 | 1101001 | 10000011 | 0 | 101010 | 11011 | 11101 | 101010011 | 100001 | 111000 |
Color Harmonies of #B46983
Complementary color
Monochromatic Colors of #B46983
Black with #B46983
Text Example
Text Example
White with #B46983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46983; }
p { color: rgb(180,105,131); }
H1.HeaderClassName
{
color: #B46983;
}
.AnyTagClassName
{
color: #B46983;
}
</style>
background-color css
<style>
a { background-color: #B46983; }
a { background-color: rgb(180,105,131); }
div.DivClassName
{
background-color: #B46983;
}
.BgClassName
{
background-color: #B46983;
}
</style>
border-color css
<style>
span { border-color: #B46983; }
span { border-color: rgb(180,105,131); }
td.TdClassName
{
border-color: #B46983;
}
.TagClassName
{
border-color: #B46983;
}
</style>