Shades of Tapestry #B37483
Tints of Tapestry #B37483
RGB
CMYK
RGB Variations
Color information
#B37483 (or 0xB37483) is known color: Tapestry. HEX triplet: B3, 74 and 83. RGB value is (179,116,131). Sum of RGB (Red+Green+Blue) = 179+116+131=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B37483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37483 is #4C8B7C. Grayscale: #888888. Windows color (decimal): -5016445 or 8615091. OLE color: 8615091.
HSL color Cylindrical-coordinate representation of color #B37483: hue angle of 345.71º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B37483 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 116 | 131 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.30 |
| HSL | 345.71º | 0.29% | 0.58% | - |
| HSV(B) | 345.71º | 0.35% | 0.7% | - |
| XYZ | 28.93 | 23.71 | 24.52 | - |
| YUV | 136.55 | 124.87 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 116 | 131 | 0 | 0.35 | 0.27 | 0.30 | 345.71 | 0.29 | 0.58 |
| Hex | B3 | 74 | 83 | 0 | 23 | 1B | 1E | 15A | 1D | 3A |
| Octal | 263 | 164 | 203 | 0 | 43 | 33 | 36 | 532 | 35 | 72 |
| Binary | 10110011 | 1110100 | 10000011 | 0 | 100011 | 11011 | 11110 | 101011010 | 11101 | 111010 |
Color Harmonies of #B37483
Complementary color
Monochromatic Colors of #B37483
Black with #B37483
Text Example
Text Example
White with #B37483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37483; }
p { color: rgb(179,116,131); }
H1.HeaderClassName
{
color: #B37483;
}
.AnyTagClassName
{
color: #B37483;
}
</style>
background-color css
<style>
a { background-color: #B37483; }
a { background-color: rgb(179,116,131); }
div.DivClassName
{
background-color: #B37483;
}
.BgClassName
{
background-color: #B37483;
}
</style>
border-color css
<style>
span { border-color: #B37483; }
span { border-color: rgb(179,116,131); }
td.TdClassName
{
border-color: #B37483;
}
.TagClassName
{
border-color: #B37483;
}
</style>