Shades of Tapestry #BD627D
Tints of Tapestry #BD627D
RGB
CMYK
RGB Variations
Color information
#BD627D (or 0xBD627D) is known color: Tapestry. HEX triplet: BD, 62 and 7D. RGB value is (189,98,125). Sum of RGB (Red+Green+Blue) = 189+98+125=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD627D is #429D82. Grayscale: #808080. Windows color (decimal): -4365699 or 8217277. OLE color: 8217277.
HSL color Cylindrical-coordinate representation of color #BD627D: hue angle of 342.2º 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 #BD627D is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 98 | 125 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.26 |
| HSL | 342.2º | 0.41% | 0.56% | - |
| HSV(B) | 342.2º | 0.48% | 0.74% | - |
| XYZ | 29.06 | 21.03 | 21.93 | - |
| YUV | 128.29 | 126.15 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 98 | 125 | 0 | 0.48 | 0.34 | 0.26 | 342.2 | 0.41 | 0.56 |
| Hex | BD | 62 | 7D | 0 | 30 | 22 | 1A | 156 | 29 | 38 |
| Octal | 275 | 142 | 175 | 0 | 60 | 42 | 32 | 526 | 51 | 70 |
| Binary | 10111101 | 1100010 | 1111101 | 0 | 110000 | 100010 | 11010 | 101010110 | 101001 | 111000 |
Color Harmonies of #BD627D
Complementary color
Monochromatic Colors of #BD627D
Black with #BD627D
Text Example
Text Example
White with #BD627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD627D; }
p { color: rgb(189,98,125); }
H1.HeaderClassName
{
color: #BD627D;
}
.AnyTagClassName
{
color: #BD627D;
}
</style>
background-color css
<style>
a { background-color: #BD627D; }
a { background-color: rgb(189,98,125); }
div.DivClassName
{
background-color: #BD627D;
}
.BgClassName
{
background-color: #BD627D;
}
</style>
border-color css
<style>
span { border-color: #BD627D; }
span { border-color: rgb(189,98,125); }
td.TdClassName
{
border-color: #BD627D;
}
.TagClassName
{
border-color: #BD627D;
}
</style>