Shades of Tapestry #BD7A90
Tints of Tapestry #BD7A90
RGB
CMYK
RGB Variations
Color information
#BD7A90 (or 0xBD7A90) is known color: Tapestry. HEX triplet: BD, 7A and 90. RGB value is (189,122,144). Sum of RGB (Red+Green+Blue) = 189+122+144=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7A90 is #42856F. Grayscale: #909090. Windows color (decimal): -4359536 or 9468605. OLE color: 9468605.
HSL color Cylindrical-coordinate representation of color #BD7A90: hue angle of 340.3º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD7A90 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 122 | 144 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.26 |
| HSL | 340.3º | 0.34% | 0.61% | - |
| HSV(B) | 340.3º | 0.35% | 0.74% | - |
| XYZ | 32.98 | 26.75 | 29.81 | - |
| YUV | 144.54 | 127.7 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 144 | 0 | 0.35 | 0.24 | 0.26 | 340.3 | 0.34 | 0.61 |
| Hex | BD | 7A | 90 | 0 | 23 | 18 | 1A | 154 | 22 | 3D |
| Octal | 275 | 172 | 220 | 0 | 43 | 30 | 32 | 524 | 42 | 75 |
| Binary | 10111101 | 1111010 | 10010000 | 0 | 100011 | 11000 | 11010 | 101010100 | 100010 | 111101 |
Color Harmonies of #BD7A90
Complementary color
Monochromatic Colors of #BD7A90
Black with #BD7A90
Text Example
Text Example
White with #BD7A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7A90; }
p { color: rgb(189,122,144); }
H1.HeaderClassName
{
color: #BD7A90;
}
.AnyTagClassName
{
color: #BD7A90;
}
</style>
background-color css
<style>
a { background-color: #BD7A90; }
a { background-color: rgb(189,122,144); }
div.DivClassName
{
background-color: #BD7A90;
}
.BgClassName
{
background-color: #BD7A90;
}
</style>
border-color css
<style>
span { border-color: #BD7A90; }
span { border-color: rgb(189,122,144); }
td.TdClassName
{
border-color: #BD7A90;
}
.TagClassName
{
border-color: #BD7A90;
}
</style>