Shades of Tapestry #BD5D7E
Tints of Tapestry #BD5D7E
RGB
CMYK
RGB Variations
Color information
#BD5D7E (or 0xBD5D7E) is known color: Tapestry. HEX triplet: BD, 5D and 7E. RGB value is (189,93,126). Sum of RGB (Red+Green+Blue) = 189+93+126=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5D7E is #42A281. Grayscale: #7D7D7D. Windows color (decimal): -4366978 or 8281533. OLE color: 8281533.
HSL color Cylindrical-coordinate representation of color #BD5D7E: hue angle of 339.38º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD5D7E is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 93 | 126 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.26 |
| HSL | 339.38º | 0.42% | 0.55% | - |
| HSV(B) | 339.38º | 0.51% | 0.74% | - |
| XYZ | 28.67 | 20.15 | 22.12 | - |
| YUV | 125.47 | 128.3 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 93 | 126 | 0 | 0.51 | 0.33 | 0.26 | 339.38 | 0.42 | 0.55 |
| Hex | BD | 5D | 7E | 0 | 33 | 21 | 1A | 153 | 2A | 37 |
| Octal | 275 | 135 | 176 | 0 | 63 | 41 | 32 | 523 | 52 | 67 |
| Binary | 10111101 | 1011101 | 1111110 | 0 | 110011 | 100001 | 11010 | 101010011 | 101010 | 110111 |
Color Harmonies of #BD5D7E
Complementary color
Monochromatic Colors of #BD5D7E
Black with #BD5D7E
Text Example
Text Example
White with #BD5D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5D7E; }
p { color: rgb(189,93,126); }
H1.HeaderClassName
{
color: #BD5D7E;
}
.AnyTagClassName
{
color: #BD5D7E;
}
</style>
background-color css
<style>
a { background-color: #BD5D7E; }
a { background-color: rgb(189,93,126); }
div.DivClassName
{
background-color: #BD5D7E;
}
.BgClassName
{
background-color: #BD5D7E;
}
</style>
border-color css
<style>
span { border-color: #BD5D7E; }
span { border-color: rgb(189,93,126); }
td.TdClassName
{
border-color: #BD5D7E;
}
.TagClassName
{
border-color: #BD5D7E;
}
</style>