Shades of Tapestry #BD6485
Tints of Tapestry #BD6485
RGB
CMYK
RGB Variations
Color information
#BD6485 (or 0xBD6485) is known color: Tapestry. HEX triplet: BD, 64 and 85. RGB value is (189,100,133). Sum of RGB (Red+Green+Blue) = 189+100+133=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6485 is #429B7A. Grayscale: #828282. Windows color (decimal): -4365179 or 8742077. OLE color: 8742077.
HSL color Cylindrical-coordinate representation of color #BD6485: hue angle of 337.75º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD6485 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 100 | 133 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.26 |
| HSL | 337.75º | 0.4% | 0.57% | - |
| HSV(B) | 337.75º | 0.47% | 0.74% | - |
| XYZ | 29.78 | 21.63 | 24.8 | - |
| YUV | 130.37 | 129.49 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 133 | 0 | 0.47 | 0.30 | 0.26 | 337.75 | 0.4 | 0.57 |
| Hex | BD | 64 | 85 | 0 | 2F | 1E | 1A | 152 | 28 | 39 |
| Octal | 275 | 144 | 205 | 0 | 57 | 36 | 32 | 522 | 50 | 71 |
| Binary | 10111101 | 1100100 | 10000101 | 0 | 101111 | 11110 | 11010 | 101010010 | 101000 | 111001 |
Color Harmonies of #BD6485
Complementary color
Monochromatic Colors of #BD6485
Black with #BD6485
Text Example
Text Example
White with #BD6485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6485; }
p { color: rgb(189,100,133); }
H1.HeaderClassName
{
color: #BD6485;
}
.AnyTagClassName
{
color: #BD6485;
}
</style>
background-color css
<style>
a { background-color: #BD6485; }
a { background-color: rgb(189,100,133); }
div.DivClassName
{
background-color: #BD6485;
}
.BgClassName
{
background-color: #BD6485;
}
</style>
border-color css
<style>
span { border-color: #BD6485; }
span { border-color: rgb(189,100,133); }
td.TdClassName
{
border-color: #BD6485;
}
.TagClassName
{
border-color: #BD6485;
}
</style>