Shades of Tapestry #BD637C
Tints of Tapestry #BD637C
RGB
CMYK
RGB Variations
Color information
#BD637C (or 0xBD637C) is known color: Tapestry. HEX triplet: BD, 63 and 7C. RGB value is (189,99,124). Sum of RGB (Red+Green+Blue) = 189+99+124=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD637C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD637C is #429C83. Grayscale: #808080. Windows color (decimal): -4365444 or 8151997. OLE color: 8151997.
HSL color Cylindrical-coordinate representation of color #BD637C: hue angle of 343.33º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD637C is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 99 | 124 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.26 |
| HSL | 343.33º | 0.41% | 0.56% | - |
| HSV(B) | 343.33º | 0.48% | 0.74% | - |
| XYZ | 29.09 | 21.2 | 21.63 | - |
| YUV | 128.76 | 125.32 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 99 | 124 | 0 | 0.48 | 0.34 | 0.26 | 343.33 | 0.41 | 0.56 |
| Hex | BD | 63 | 7C | 0 | 30 | 22 | 1A | 157 | 29 | 38 |
| Octal | 275 | 143 | 174 | 0 | 60 | 42 | 32 | 527 | 51 | 70 |
| Binary | 10111101 | 1100011 | 1111100 | 0 | 110000 | 100010 | 11010 | 101010111 | 101001 | 111000 |
Color Harmonies of #BD637C
Complementary color
Monochromatic Colors of #BD637C
Black with #BD637C
Text Example
Text Example
White with #BD637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD637C; }
p { color: rgb(189,99,124); }
H1.HeaderClassName
{
color: #BD637C;
}
.AnyTagClassName
{
color: #BD637C;
}
</style>
background-color css
<style>
a { background-color: #BD637C; }
a { background-color: rgb(189,99,124); }
div.DivClassName
{
background-color: #BD637C;
}
.BgClassName
{
background-color: #BD637C;
}
</style>
border-color css
<style>
span { border-color: #BD637C; }
span { border-color: rgb(189,99,124); }
td.TdClassName
{
border-color: #BD637C;
}
.TagClassName
{
border-color: #BD637C;
}
</style>