Shades of Tapestry #BE7284
Tints of Tapestry #BE7284
RGB
CMYK
RGB Variations
Color information
#BE7284 (or 0xBE7284) is known color: Tapestry. HEX triplet: BE, 72 and 84. RGB value is (190,114,132). Sum of RGB (Red+Green+Blue) = 190+114+132=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7284 is #418D7B. Grayscale: #8A8A8A. Windows color (decimal): -4296060 or 8680126. OLE color: 8680126.
HSL color Cylindrical-coordinate representation of color #BE7284: hue angle of 345.79º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE7284 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 114 | 132 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.25 |
| HSL | 345.79º | 0.37% | 0.6% | - |
| HSV(B) | 345.79º | 0.4% | 0.75% | - |
| XYZ | 31.42 | 24.65 | 24.93 | - |
| YUV | 138.78 | 124.18 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 114 | 132 | 0 | 0.40 | 0.31 | 0.25 | 345.79 | 0.37 | 0.6 |
| Hex | BE | 72 | 84 | 0 | 28 | 1F | 19 | 15A | 25 | 3C |
| Octal | 276 | 162 | 204 | 0 | 50 | 37 | 31 | 532 | 45 | 74 |
| Binary | 10111110 | 1110010 | 10000100 | 0 | 101000 | 11111 | 11001 | 101011010 | 100101 | 111100 |
Color Harmonies of #BE7284
Complementary color
Monochromatic Colors of #BE7284
Black with #BE7284
Text Example
Text Example
White with #BE7284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7284; }
p { color: rgb(190,114,132); }
H1.HeaderClassName
{
color: #BE7284;
}
.AnyTagClassName
{
color: #BE7284;
}
</style>
background-color css
<style>
a { background-color: #BE7284; }
a { background-color: rgb(190,114,132); }
div.DivClassName
{
background-color: #BE7284;
}
.BgClassName
{
background-color: #BE7284;
}
</style>
border-color css
<style>
span { border-color: #BE7284; }
span { border-color: rgb(190,114,132); }
td.TdClassName
{
border-color: #BE7284;
}
.TagClassName
{
border-color: #BE7284;
}
</style>