Shades of Tapestry #BD767E
Tints of Tapestry #BD767E
RGB
CMYK
RGB Variations
Color information
#BD767E (or 0xBD767E) is known color: Tapestry. HEX triplet: BD, 76 and 7E. RGB value is (189,118,126). Sum of RGB (Red+Green+Blue) = 189+118+126=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD767E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD767E is #428981. Grayscale: #8C8C8C. Windows color (decimal): -4360578 or 8287933. OLE color: 8287933.
HSL color Cylindrical-coordinate representation of color #BD767E: hue angle of 353.24º 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 #BD767E is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 126 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.26 |
| HSL | 353.24º | 0.35% | 0.6% | - |
| HSV(B) | 353.24º | 0.38% | 0.74% | - |
| XYZ | 31.23 | 25.28 | 22.97 | - |
| YUV | 140.14 | 120.02 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 126 | 0 | 0.38 | 0.33 | 0.26 | 353.24 | 0.35 | 0.6 |
| Hex | BD | 76 | 7E | 0 | 26 | 21 | 1A | 161 | 23 | 3C |
| Octal | 275 | 166 | 176 | 0 | 46 | 41 | 32 | 541 | 43 | 74 |
| Binary | 10111101 | 1110110 | 1111110 | 0 | 100110 | 100001 | 11010 | 101100001 | 100011 | 111100 |
Color Harmonies of #BD767E
Complementary color
Monochromatic Colors of #BD767E
Black with #BD767E
Text Example
Text Example
White with #BD767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD767E; }
p { color: rgb(189,118,126); }
H1.HeaderClassName
{
color: #BD767E;
}
.AnyTagClassName
{
color: #BD767E;
}
</style>
background-color css
<style>
a { background-color: #BD767E; }
a { background-color: rgb(189,118,126); }
div.DivClassName
{
background-color: #BD767E;
}
.BgClassName
{
background-color: #BD767E;
}
</style>
border-color css
<style>
span { border-color: #BD767E; }
span { border-color: rgb(189,118,126); }
td.TdClassName
{
border-color: #BD767E;
}
.TagClassName
{
border-color: #BD767E;
}
</style>