Shades of Tapestry #BE607B
Tints of Tapestry #BE607B
RGB
CMYK
RGB Variations
Color information
#BE607B (or 0xBE607B) is known color: Tapestry. HEX triplet: BE, 60 and 7B. RGB value is (190,96,123). Sum of RGB (Red+Green+Blue) = 190+96+123=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE607B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE607B is #419F84. Grayscale: #7F7F7F. Windows color (decimal): -4300677 or 8085694. OLE color: 8085694.
HSL color Cylindrical-coordinate representation of color #BE607B: hue angle of 342.77º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE607B is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 96 | 123 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.25 |
| HSL | 342.77º | 0.42% | 0.56% | - |
| HSV(B) | 342.77º | 0.49% | 0.75% | - |
| XYZ | 28.99 | 20.74 | 21.21 | - |
| YUV | 127.18 | 125.64 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 96 | 123 | 0 | 0.49 | 0.35 | 0.25 | 342.77 | 0.42 | 0.56 |
| Hex | BE | 60 | 7B | 0 | 31 | 23 | 19 | 157 | 2A | 38 |
| Octal | 276 | 140 | 173 | 0 | 61 | 43 | 31 | 527 | 52 | 70 |
| Binary | 10111110 | 1100000 | 1111011 | 0 | 110001 | 100011 | 11001 | 101010111 | 101010 | 111000 |
Color Harmonies of #BE607B
Complementary color
Monochromatic Colors of #BE607B
Black with #BE607B
Text Example
Text Example
White with #BE607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE607B; }
p { color: rgb(190,96,123); }
H1.HeaderClassName
{
color: #BE607B;
}
.AnyTagClassName
{
color: #BE607B;
}
</style>
background-color css
<style>
a { background-color: #BE607B; }
a { background-color: rgb(190,96,123); }
div.DivClassName
{
background-color: #BE607B;
}
.BgClassName
{
background-color: #BE607B;
}
</style>
border-color css
<style>
span { border-color: #BE607B; }
span { border-color: rgb(190,96,123); }
td.TdClassName
{
border-color: #BE607B;
}
.TagClassName
{
border-color: #BE607B;
}
</style>