Shades of Tapestry #BD778F
Tints of Tapestry #BD778F
RGB
CMYK
RGB Variations
Color information
#BD778F (or 0xBD778F) is known color: Tapestry. HEX triplet: BD, 77 and 8F. RGB value is (189,119,143). Sum of RGB (Red+Green+Blue) = 189+119+143=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BD778F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD778F is #428870. Grayscale: #8E8E8E. Windows color (decimal): -4360305 or 9402301. OLE color: 9402301.
HSL color Cylindrical-coordinate representation of color #BD778F: hue angle of 339.43º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD778F is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 119 | 143 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.26 |
| HSL | 339.43º | 0.35% | 0.6% | - |
| HSV(B) | 339.43º | 0.37% | 0.74% | - |
| XYZ | 32.54 | 26 | 29.29 | - |
| YUV | 142.67 | 128.19 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 143 | 0 | 0.37 | 0.24 | 0.26 | 339.43 | 0.35 | 0.6 |
| Hex | BD | 77 | 8F | 0 | 25 | 18 | 1A | 153 | 23 | 3C |
| Octal | 275 | 167 | 217 | 0 | 45 | 30 | 32 | 523 | 43 | 74 |
| Binary | 10111101 | 1110111 | 10001111 | 0 | 100101 | 11000 | 11010 | 101010011 | 100011 | 111100 |
Color Harmonies of #BD778F
Complementary color
Monochromatic Colors of #BD778F
Black with #BD778F
Text Example
Text Example
White with #BD778F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD778F; }
p { color: rgb(189,119,143); }
H1.HeaderClassName
{
color: #BD778F;
}
.AnyTagClassName
{
color: #BD778F;
}
</style>
background-color css
<style>
a { background-color: #BD778F; }
a { background-color: rgb(189,119,143); }
div.DivClassName
{
background-color: #BD778F;
}
.BgClassName
{
background-color: #BD778F;
}
</style>
border-color css
<style>
span { border-color: #BD778F; }
span { border-color: rgb(189,119,143); }
td.TdClassName
{
border-color: #BD778F;
}
.TagClassName
{
border-color: #BD778F;
}
</style>