Shades of Tapestry #BD6878
Tints of Tapestry #BD6878
RGB
CMYK
RGB Variations
Color information
#BD6878 (or 0xBD6878) is known color: Tapestry. HEX triplet: BD, 68 and 78. RGB value is (189,104,120). Sum of RGB (Red+Green+Blue) = 189+104+120=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6878 is #429787. Grayscale: #838383. Windows color (decimal): -4364168 or 7891133. OLE color: 7891133.
HSL color Cylindrical-coordinate representation of color #BD6878: hue angle of 348.71º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD6878 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 120 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.26 |
| HSL | 348.71º | 0.39% | 0.57% | - |
| HSV(B) | 348.71º | 0.45% | 0.74% | - |
| XYZ | 29.33 | 22.08 | 20.48 | - |
| YUV | 131.24 | 121.66 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 120 | 0 | 0.45 | 0.37 | 0.26 | 348.71 | 0.39 | 0.57 |
| Hex | BD | 68 | 78 | 0 | 2D | 25 | 1A | 15D | 27 | 39 |
| Octal | 275 | 150 | 170 | 0 | 55 | 45 | 32 | 535 | 47 | 71 |
| Binary | 10111101 | 1101000 | 1111000 | 0 | 101101 | 100101 | 11010 | 101011101 | 100111 | 111001 |
Color Harmonies of #BD6878
Complementary color
Monochromatic Colors of #BD6878
Black with #BD6878
Text Example
Text Example
White with #BD6878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6878; }
p { color: rgb(189,104,120); }
H1.HeaderClassName
{
color: #BD6878;
}
.AnyTagClassName
{
color: #BD6878;
}
</style>
background-color css
<style>
a { background-color: #BD6878; }
a { background-color: rgb(189,104,120); }
div.DivClassName
{
background-color: #BD6878;
}
.BgClassName
{
background-color: #BD6878;
}
</style>
border-color css
<style>
span { border-color: #BD6878; }
span { border-color: rgb(189,104,120); }
td.TdClassName
{
border-color: #BD6878;
}
.TagClassName
{
border-color: #BD6878;
}
</style>