Shades of Tapestry #BD697F
Tints of Tapestry #BD697F
RGB
CMYK
RGB Variations
Color information
#BD697F (or 0xBD697F) is known color: Tapestry. HEX triplet: BD, 69 and 7F. RGB value is (189,105,127). Sum of RGB (Red+Green+Blue) = 189+105+127=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD697F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD697F is #429680. Grayscale: #848484. Windows color (decimal): -4363905 or 8350141. OLE color: 8350141.
HSL color Cylindrical-coordinate representation of color #BD697F: hue angle of 344.29º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD697F is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 127 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.26 |
| HSL | 344.29º | 0.39% | 0.58% | - |
| HSV(B) | 344.29º | 0.44% | 0.74% | - |
| XYZ | 29.87 | 22.45 | 22.84 | - |
| YUV | 132.62 | 124.83 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 127 | 0 | 0.44 | 0.33 | 0.26 | 344.29 | 0.39 | 0.58 |
| Hex | BD | 69 | 7F | 0 | 2C | 21 | 1A | 158 | 27 | 3A |
| Octal | 275 | 151 | 177 | 0 | 54 | 41 | 32 | 530 | 47 | 72 |
| Binary | 10111101 | 1101001 | 1111111 | 0 | 101100 | 100001 | 11010 | 101011000 | 100111 | 111010 |
Color Harmonies of #BD697F
Complementary color
Monochromatic Colors of #BD697F
Black with #BD697F
Text Example
Text Example
White with #BD697F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD697F; }
p { color: rgb(189,105,127); }
H1.HeaderClassName
{
color: #BD697F;
}
.AnyTagClassName
{
color: #BD697F;
}
</style>
background-color css
<style>
a { background-color: #BD697F; }
a { background-color: rgb(189,105,127); }
div.DivClassName
{
background-color: #BD697F;
}
.BgClassName
{
background-color: #BD697F;
}
</style>
border-color css
<style>
span { border-color: #BD697F; }
span { border-color: rgb(189,105,127); }
td.TdClassName
{
border-color: #BD697F;
}
.TagClassName
{
border-color: #BD697F;
}
</style>