Shades of Tapestry #BD778B
Tints of Tapestry #BD778B
RGB
CMYK
RGB Variations
Color information
#BD778B (or 0xBD778B) is known color: Tapestry. HEX triplet: BD, 77 and 8B. RGB value is (189,119,139). Sum of RGB (Red+Green+Blue) = 189+119+139=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD778B is #428874. Grayscale: #8E8E8E. Windows color (decimal): -4360309 or 9140157. OLE color: 9140157.
HSL color Cylindrical-coordinate representation of color #BD778B: hue angle of 342.86º 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 #BD778B is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 119 | 139 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.26 |
| HSL | 342.86º | 0.35% | 0.6% | - |
| HSV(B) | 342.86º | 0.37% | 0.74% | - |
| XYZ | 32.24 | 25.88 | 27.72 | - |
| YUV | 142.21 | 126.19 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 139 | 0 | 0.37 | 0.26 | 0.26 | 342.86 | 0.35 | 0.6 |
| Hex | BD | 77 | 8B | 0 | 25 | 1A | 1A | 157 | 23 | 3C |
| Octal | 275 | 167 | 213 | 0 | 45 | 32 | 32 | 527 | 43 | 74 |
| Binary | 10111101 | 1110111 | 10001011 | 0 | 100101 | 11010 | 11010 | 101010111 | 100011 | 111100 |
Color Harmonies of #BD778B
Complementary color
Monochromatic Colors of #BD778B
Black with #BD778B
Text Example
Text Example
White with #BD778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD778B; }
p { color: rgb(189,119,139); }
H1.HeaderClassName
{
color: #BD778B;
}
.AnyTagClassName
{
color: #BD778B;
}
</style>
background-color css
<style>
a { background-color: #BD778B; }
a { background-color: rgb(189,119,139); }
div.DivClassName
{
background-color: #BD778B;
}
.BgClassName
{
background-color: #BD778B;
}
</style>
border-color css
<style>
span { border-color: #BD778B; }
span { border-color: rgb(189,119,139); }
td.TdClassName
{
border-color: #BD778B;
}
.TagClassName
{
border-color: #BD778B;
}
</style>