Shades of Tapestry #BE7B7D
Tints of Tapestry #BE7B7D
RGB
CMYK
RGB Variations
Color information
#BE7B7D (or 0xBE7B7D) is known color: Tapestry. HEX triplet: BE, 7B and 7D. RGB value is (190,123,125). Sum of RGB (Red+Green+Blue) = 190+123+125=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B7D is #418482. Grayscale: #8F8F8F. Windows color (decimal): -4293763 or 8223678. OLE color: 8223678.
HSL color Cylindrical-coordinate representation of color #BE7B7D: hue angle of 358.21º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE7B7D is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 125 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.25 |
| HSL | 358.21º | 0.34% | 0.61% | - |
| HSV(B) | 358.21º | 0.35% | 0.75% | - |
| XYZ | 32.02 | 26.59 | 22.85 | - |
| YUV | 143.26 | 117.7 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 125 | 0 | 0.35 | 0.34 | 0.25 | 358.21 | 0.34 | 0.61 |
| Hex | BE | 7B | 7D | 0 | 23 | 22 | 19 | 166 | 22 | 3D |
| Octal | 276 | 173 | 175 | 0 | 43 | 42 | 31 | 546 | 42 | 75 |
| Binary | 10111110 | 1111011 | 1111101 | 0 | 100011 | 100010 | 11001 | 101100110 | 100010 | 111101 |
Color Harmonies of #BE7B7D
Complementary color
Monochromatic Colors of #BE7B7D
Black with #BE7B7D
Text Example
Text Example
White with #BE7B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B7D; }
p { color: rgb(190,123,125); }
H1.HeaderClassName
{
color: #BE7B7D;
}
.AnyTagClassName
{
color: #BE7B7D;
}
</style>
background-color css
<style>
a { background-color: #BE7B7D; }
a { background-color: rgb(190,123,125); }
div.DivClassName
{
background-color: #BE7B7D;
}
.BgClassName
{
background-color: #BE7B7D;
}
</style>
border-color css
<style>
span { border-color: #BE7B7D; }
span { border-color: rgb(190,123,125); }
td.TdClassName
{
border-color: #BE7B7D;
}
.TagClassName
{
border-color: #BE7B7D;
}
</style>