Shades of Tapestry #BD7490
Tints of Tapestry #BD7490
RGB
CMYK
RGB Variations
Color information
#BD7490 (or 0xBD7490) is known color: Tapestry. HEX triplet: BD, 74 and 90. RGB value is (189,116,144). Sum of RGB (Red+Green+Blue) = 189+116+144=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7490 is #428B6F. Grayscale: #8C8C8C. Windows color (decimal): -4361072 or 9467069. OLE color: 9467069.
HSL color Cylindrical-coordinate representation of color #BD7490: hue angle of 336.99º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD7490 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 116 | 144 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.26 |
| HSL | 336.99º | 0.36% | 0.6% | - |
| HSV(B) | 336.99º | 0.39% | 0.74% | - |
| XYZ | 32.27 | 25.32 | 29.57 | - |
| YUV | 141.02 | 129.68 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 144 | 0 | 0.39 | 0.24 | 0.26 | 336.99 | 0.36 | 0.6 |
| Hex | BD | 74 | 90 | 0 | 27 | 18 | 1A | 151 | 24 | 3C |
| Octal | 275 | 164 | 220 | 0 | 47 | 30 | 32 | 521 | 44 | 74 |
| Binary | 10111101 | 1110100 | 10010000 | 0 | 100111 | 11000 | 11010 | 101010001 | 100100 | 111100 |
Color Harmonies of #BD7490
Complementary color
Monochromatic Colors of #BD7490
Black with #BD7490
Text Example
Text Example
White with #BD7490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7490; }
p { color: rgb(189,116,144); }
H1.HeaderClassName
{
color: #BD7490;
}
.AnyTagClassName
{
color: #BD7490;
}
</style>
background-color css
<style>
a { background-color: #BD7490; }
a { background-color: rgb(189,116,144); }
div.DivClassName
{
background-color: #BD7490;
}
.BgClassName
{
background-color: #BD7490;
}
</style>
border-color css
<style>
span { border-color: #BD7490; }
span { border-color: rgb(189,116,144); }
td.TdClassName
{
border-color: #BD7490;
}
.TagClassName
{
border-color: #BD7490;
}
</style>