Shades of Tapestry #BD767C
Tints of Tapestry #BD767C
RGB
CMYK
RGB Variations
Color information
#BD767C (or 0xBD767C) is known color: Tapestry. HEX triplet: BD, 76 and 7C. RGB value is (189,118,124). Sum of RGB (Red+Green+Blue) = 189+118+124=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD767C is #428983. Grayscale: #8B8B8B. Windows color (decimal): -4360580 or 8156861. OLE color: 8156861.
HSL color Cylindrical-coordinate representation of color #BD767C: hue angle of 354.93º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD767C is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 124 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.26 |
| HSL | 354.93º | 0.35% | 0.6% | - |
| HSV(B) | 354.93º | 0.38% | 0.74% | - |
| XYZ | 31.1 | 25.23 | 22.3 | - |
| YUV | 139.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 124 | 0 | 0.38 | 0.34 | 0.26 | 354.93 | 0.35 | 0.6 |
| Hex | BD | 76 | 7C | 0 | 26 | 22 | 1A | 163 | 23 | 3C |
| Octal | 275 | 166 | 174 | 0 | 46 | 42 | 32 | 543 | 43 | 74 |
| Binary | 10111101 | 1110110 | 1111100 | 0 | 100110 | 100010 | 11010 | 101100011 | 100011 | 111100 |
Color Harmonies of #BD767C
Complementary color
Monochromatic Colors of #BD767C
Black with #BD767C
Text Example
Text Example
White with #BD767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD767C; }
p { color: rgb(189,118,124); }
H1.HeaderClassName
{
color: #BD767C;
}
.AnyTagClassName
{
color: #BD767C;
}
</style>
background-color css
<style>
a { background-color: #BD767C; }
a { background-color: rgb(189,118,124); }
div.DivClassName
{
background-color: #BD767C;
}
.BgClassName
{
background-color: #BD767C;
}
</style>
border-color css
<style>
span { border-color: #BD767C; }
span { border-color: rgb(189,118,124); }
td.TdClassName
{
border-color: #BD767C;
}
.TagClassName
{
border-color: #BD767C;
}
</style>