Shades of Tapestry #BE7381
Tints of Tapestry #BE7381
RGB
CMYK
RGB Variations
Color information
#BE7381 (or 0xBE7381) is known color: Tapestry. HEX triplet: BE, 73 and 81. RGB value is (190,115,129). Sum of RGB (Red+Green+Blue) = 190+115+129=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7381 is #418C7E. Grayscale: #8B8B8B. Windows color (decimal): -4295807 or 8483774. OLE color: 8483774.
HSL color Cylindrical-coordinate representation of color #BE7381: hue angle of 348.8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE7381 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 115 | 129 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.25 |
| HSL | 348.8º | 0.37% | 0.6% | - |
| HSV(B) | 348.8º | 0.39% | 0.75% | - |
| XYZ | 31.33 | 24.79 | 23.9 | - |
| YUV | 139.02 | 122.35 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 129 | 0 | 0.39 | 0.32 | 0.25 | 348.8 | 0.37 | 0.6 |
| Hex | BE | 73 | 81 | 0 | 27 | 20 | 19 | 15D | 25 | 3C |
| Octal | 276 | 163 | 201 | 0 | 47 | 40 | 31 | 535 | 45 | 74 |
| Binary | 10111110 | 1110011 | 10000001 | 0 | 100111 | 100000 | 11001 | 101011101 | 100101 | 111100 |
Color Harmonies of #BE7381
Complementary color
Monochromatic Colors of #BE7381
Black with #BE7381
Text Example
Text Example
White with #BE7381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7381; }
p { color: rgb(190,115,129); }
H1.HeaderClassName
{
color: #BE7381;
}
.AnyTagClassName
{
color: #BE7381;
}
</style>
background-color css
<style>
a { background-color: #BE7381; }
a { background-color: rgb(190,115,129); }
div.DivClassName
{
background-color: #BE7381;
}
.BgClassName
{
background-color: #BE7381;
}
</style>
border-color css
<style>
span { border-color: #BE7381; }
span { border-color: rgb(190,115,129); }
td.TdClassName
{
border-color: #BE7381;
}
.TagClassName
{
border-color: #BE7381;
}
</style>