Shades of Tapestry #BD627E
Tints of Tapestry #BD627E
RGB
CMYK
RGB Variations
Color information
#BD627E (or 0xBD627E) is known color: Tapestry. HEX triplet: BD, 62 and 7E. RGB value is (189,98,126). Sum of RGB (Red+Green+Blue) = 189+98+126=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD627E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD627E is #429D81. Grayscale: #808080. Windows color (decimal): -4365698 or 8282813. OLE color: 8282813.
HSL color Cylindrical-coordinate representation of color #BD627E: hue angle of 341.54º 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 #BD627E is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 98 | 126 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.26 |
| HSL | 341.54º | 0.41% | 0.56% | - |
| HSV(B) | 341.54º | 0.48% | 0.74% | - |
| XYZ | 29.12 | 21.06 | 22.27 | - |
| YUV | 128.4 | 126.65 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 98 | 126 | 0 | 0.48 | 0.33 | 0.26 | 341.54 | 0.41 | 0.56 |
| Hex | BD | 62 | 7E | 0 | 30 | 21 | 1A | 156 | 29 | 38 |
| Octal | 275 | 142 | 176 | 0 | 60 | 41 | 32 | 526 | 51 | 70 |
| Binary | 10111101 | 1100010 | 1111110 | 0 | 110000 | 100001 | 11010 | 101010110 | 101001 | 111000 |
Color Harmonies of #BD627E
Complementary color
Monochromatic Colors of #BD627E
Black with #BD627E
Text Example
Text Example
White with #BD627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD627E; }
p { color: rgb(189,98,126); }
H1.HeaderClassName
{
color: #BD627E;
}
.AnyTagClassName
{
color: #BD627E;
}
</style>
background-color css
<style>
a { background-color: #BD627E; }
a { background-color: rgb(189,98,126); }
div.DivClassName
{
background-color: #BD627E;
}
.BgClassName
{
background-color: #BD627E;
}
</style>
border-color css
<style>
span { border-color: #BD627E; }
span { border-color: rgb(189,98,126); }
td.TdClassName
{
border-color: #BD627E;
}
.TagClassName
{
border-color: #BD627E;
}
</style>