Shades of Tapestry #BD6F77
Tints of Tapestry #BD6F77
RGB
CMYK
RGB Variations
Color information
#BD6F77 (or 0xBD6F77) is known color: Tapestry. HEX triplet: BD, 6F and 77. RGB value is (189,111,119). Sum of RGB (Red+Green+Blue) = 189+111+119=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6F77 is #429088. Grayscale: #878787. Windows color (decimal): -4362377 or 7827389. OLE color: 7827389.
HSL color Cylindrical-coordinate representation of color #BD6F77: hue angle of 353.85º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD6F77 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 111 | 119 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.26 |
| HSL | 353.85º | 0.37% | 0.59% | - |
| HSV(B) | 353.85º | 0.41% | 0.74% | - |
| XYZ | 30 | 23.52 | 20.41 | - |
| YUV | 135.23 | 118.84 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 111 | 119 | 0 | 0.41 | 0.37 | 0.26 | 353.85 | 0.37 | 0.59 |
| Hex | BD | 6F | 77 | 0 | 29 | 25 | 1A | 162 | 25 | 3B |
| Octal | 275 | 157 | 167 | 0 | 51 | 45 | 32 | 542 | 45 | 73 |
| Binary | 10111101 | 1101111 | 1110111 | 0 | 101001 | 100101 | 11010 | 101100010 | 100101 | 111011 |
Color Harmonies of #BD6F77
Complementary color
Monochromatic Colors of #BD6F77
Black with #BD6F77
Text Example
Text Example
White with #BD6F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6F77; }
p { color: rgb(189,111,119); }
H1.HeaderClassName
{
color: #BD6F77;
}
.AnyTagClassName
{
color: #BD6F77;
}
</style>
background-color css
<style>
a { background-color: #BD6F77; }
a { background-color: rgb(189,111,119); }
div.DivClassName
{
background-color: #BD6F77;
}
.BgClassName
{
background-color: #BD6F77;
}
</style>
border-color css
<style>
span { border-color: #BD6F77; }
span { border-color: rgb(189,111,119); }
td.TdClassName
{
border-color: #BD6F77;
}
.TagClassName
{
border-color: #BD6F77;
}
</style>