Shades of Tapestry #BD607C
Tints of Tapestry #BD607C
RGB
CMYK
RGB Variations
Color information
#BD607C (or 0xBD607C) is known color: Tapestry. HEX triplet: BD, 60 and 7C. RGB value is (189,96,124). Sum of RGB (Red+Green+Blue) = 189+96+124=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD607C is #429F83. Grayscale: #7E7E7E. Windows color (decimal): -4366212 or 8151229. OLE color: 8151229.
HSL color Cylindrical-coordinate representation of color #BD607C: hue angle of 341.94º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD607C is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 96 | 124 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.26 |
| HSL | 341.94º | 0.41% | 0.56% | - |
| HSV(B) | 341.94º | 0.49% | 0.74% | - |
| XYZ | 28.81 | 20.64 | 21.53 | - |
| YUV | 127 | 126.31 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 124 | 0 | 0.49 | 0.34 | 0.26 | 341.94 | 0.41 | 0.56 |
| Hex | BD | 60 | 7C | 0 | 31 | 22 | 1A | 156 | 29 | 38 |
| Octal | 275 | 140 | 174 | 0 | 61 | 42 | 32 | 526 | 51 | 70 |
| Binary | 10111101 | 1100000 | 1111100 | 0 | 110001 | 100010 | 11010 | 101010110 | 101001 | 111000 |
Color Harmonies of #BD607C
Complementary color
Monochromatic Colors of #BD607C
Black with #BD607C
Text Example
Text Example
White with #BD607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD607C; }
p { color: rgb(189,96,124); }
H1.HeaderClassName
{
color: #BD607C;
}
.AnyTagClassName
{
color: #BD607C;
}
</style>
background-color css
<style>
a { background-color: #BD607C; }
a { background-color: rgb(189,96,124); }
div.DivClassName
{
background-color: #BD607C;
}
.BgClassName
{
background-color: #BD607C;
}
</style>
border-color css
<style>
span { border-color: #BD607C; }
span { border-color: rgb(189,96,124); }
td.TdClassName
{
border-color: #BD607C;
}
.TagClassName
{
border-color: #BD607C;
}
</style>