Shades of Tapestry #BD6B7A
Tints of Tapestry #BD6B7A
RGB
CMYK
RGB Variations
Color information
#BD6B7A (or 0xBD6B7A) is known color: Tapestry. HEX triplet: BD, 6B and 7A. RGB value is (189,107,122). Sum of RGB (Red+Green+Blue) = 189+107+122=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6B7A is #429485. Grayscale: #858585. Windows color (decimal): -4363398 or 8022973. OLE color: 8022973.
HSL color Cylindrical-coordinate representation of color #BD6B7A: hue angle of 349.02º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD6B7A is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 107 | 122 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.26 |
| HSL | 349.02º | 0.38% | 0.58% | - |
| HSV(B) | 349.02º | 0.43% | 0.74% | - |
| XYZ | 29.76 | 22.74 | 21.23 | - |
| YUV | 133.23 | 121.67 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 122 | 0 | 0.43 | 0.35 | 0.26 | 349.02 | 0.38 | 0.58 |
| Hex | BD | 6B | 7A | 0 | 2B | 23 | 1A | 15D | 26 | 3A |
| Octal | 275 | 153 | 172 | 0 | 53 | 43 | 32 | 535 | 46 | 72 |
| Binary | 10111101 | 1101011 | 1111010 | 0 | 101011 | 100011 | 11010 | 101011101 | 100110 | 111010 |
Color Harmonies of #BD6B7A
Complementary color
Monochromatic Colors of #BD6B7A
Black with #BD6B7A
Text Example
Text Example
White with #BD6B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6B7A; }
p { color: rgb(189,107,122); }
H1.HeaderClassName
{
color: #BD6B7A;
}
.AnyTagClassName
{
color: #BD6B7A;
}
</style>
background-color css
<style>
a { background-color: #BD6B7A; }
a { background-color: rgb(189,107,122); }
div.DivClassName
{
background-color: #BD6B7A;
}
.BgClassName
{
background-color: #BD6B7A;
}
</style>
border-color css
<style>
span { border-color: #BD6B7A; }
span { border-color: rgb(189,107,122); }
td.TdClassName
{
border-color: #BD6B7A;
}
.TagClassName
{
border-color: #BD6B7A;
}
</style>