Shades of Tapestry #BD637D
Tints of Tapestry #BD637D
RGB
CMYK
RGB Variations
Color information
#BD637D (or 0xBD637D) is known color: Tapestry. HEX triplet: BD, 63 and 7D. RGB value is (189,99,125). Sum of RGB (Red+Green+Blue) = 189+99+125=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD637D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD637D is #429C82. Grayscale: #808080. Windows color (decimal): -4365443 or 8217533. OLE color: 8217533.
HSL color Cylindrical-coordinate representation of color #BD637D: hue angle of 342.67º 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 #BD637D is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 99 | 125 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.26 |
| HSL | 342.67º | 0.41% | 0.56% | - |
| HSV(B) | 342.67º | 0.48% | 0.74% | - |
| XYZ | 29.15 | 21.22 | 21.96 | - |
| YUV | 128.87 | 125.82 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 99 | 125 | 0 | 0.48 | 0.34 | 0.26 | 342.67 | 0.41 | 0.56 |
| Hex | BD | 63 | 7D | 0 | 30 | 22 | 1A | 157 | 29 | 38 |
| Octal | 275 | 143 | 175 | 0 | 60 | 42 | 32 | 527 | 51 | 70 |
| Binary | 10111101 | 1100011 | 1111101 | 0 | 110000 | 100010 | 11010 | 101010111 | 101001 | 111000 |
Color Harmonies of #BD637D
Complementary color
Monochromatic Colors of #BD637D
Black with #BD637D
Text Example
Text Example
White with #BD637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD637D; }
p { color: rgb(189,99,125); }
H1.HeaderClassName
{
color: #BD637D;
}
.AnyTagClassName
{
color: #BD637D;
}
</style>
background-color css
<style>
a { background-color: #BD637D; }
a { background-color: rgb(189,99,125); }
div.DivClassName
{
background-color: #BD637D;
}
.BgClassName
{
background-color: #BD637D;
}
</style>
border-color css
<style>
span { border-color: #BD637D; }
span { border-color: rgb(189,99,125); }
td.TdClassName
{
border-color: #BD637D;
}
.TagClassName
{
border-color: #BD637D;
}
</style>