Shades of Tapestry #BD6774
Tints of Tapestry #BD6774
RGB
CMYK
RGB Variations
Color information
#BD6774 (or 0xBD6774) is known color: Tapestry. HEX triplet: BD, 67 and 74. RGB value is (189,103,116). Sum of RGB (Red+Green+Blue) = 189+103+116=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6774 is #42988B. Grayscale: #828282. Windows color (decimal): -4364428 or 7628733. OLE color: 7628733.
HSL color Cylindrical-coordinate representation of color #BD6774: hue angle of 350.93º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD6774 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 116 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.26 |
| HSL | 350.93º | 0.39% | 0.57% | - |
| HSV(B) | 350.93º | 0.46% | 0.74% | - |
| XYZ | 28.99 | 21.78 | 19.2 | - |
| YUV | 130.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 116 | 0 | 0.46 | 0.39 | 0.26 | 350.93 | 0.39 | 0.57 |
| Hex | BD | 67 | 74 | 0 | 2E | 27 | 1A | 15F | 27 | 39 |
| Octal | 275 | 147 | 164 | 0 | 56 | 47 | 32 | 537 | 47 | 71 |
| Binary | 10111101 | 1100111 | 1110100 | 0 | 101110 | 100111 | 11010 | 101011111 | 100111 | 111001 |
Color Harmonies of #BD6774
Complementary color
Monochromatic Colors of #BD6774
Black with #BD6774
Text Example
Text Example
White with #BD6774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6774; }
p { color: rgb(189,103,116); }
H1.HeaderClassName
{
color: #BD6774;
}
.AnyTagClassName
{
color: #BD6774;
}
</style>
background-color css
<style>
a { background-color: #BD6774; }
a { background-color: rgb(189,103,116); }
div.DivClassName
{
background-color: #BD6774;
}
.BgClassName
{
background-color: #BD6774;
}
</style>
border-color css
<style>
span { border-color: #BD6774; }
span { border-color: rgb(189,103,116); }
td.TdClassName
{
border-color: #BD6774;
}
.TagClassName
{
border-color: #BD6774;
}
</style>