Shades of Tapestry #BD6575
Tints of Tapestry #BD6575
RGB
CMYK
RGB Variations
Color information
#BD6575 (or 0xBD6575) is known color: Tapestry. HEX triplet: BD, 65 and 75. RGB value is (189,101,117). Sum of RGB (Red+Green+Blue) = 189+101+117=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6575 is #429A8A. Grayscale: #818181. Windows color (decimal): -4364939 or 7693757. OLE color: 7693757.
HSL color Cylindrical-coordinate representation of color #BD6575: hue angle of 349.09º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD6575 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 101 | 117 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.26 |
| HSL | 349.09º | 0.4% | 0.57% | - |
| HSV(B) | 349.09º | 0.47% | 0.74% | - |
| XYZ | 28.85 | 21.41 | 19.44 | - |
| YUV | 129.14 | 121.15 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 117 | 0 | 0.47 | 0.38 | 0.26 | 349.09 | 0.4 | 0.57 |
| Hex | BD | 65 | 75 | 0 | 2F | 26 | 1A | 15D | 28 | 39 |
| Octal | 275 | 145 | 165 | 0 | 57 | 46 | 32 | 535 | 50 | 71 |
| Binary | 10111101 | 1100101 | 1110101 | 0 | 101111 | 100110 | 11010 | 101011101 | 101000 | 111001 |
Color Harmonies of #BD6575
Complementary color
Monochromatic Colors of #BD6575
Black with #BD6575
Text Example
Text Example
White with #BD6575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6575; }
p { color: rgb(189,101,117); }
H1.HeaderClassName
{
color: #BD6575;
}
.AnyTagClassName
{
color: #BD6575;
}
</style>
background-color css
<style>
a { background-color: #BD6575; }
a { background-color: rgb(189,101,117); }
div.DivClassName
{
background-color: #BD6575;
}
.BgClassName
{
background-color: #BD6575;
}
</style>
border-color css
<style>
span { border-color: #BD6575; }
span { border-color: rgb(189,101,117); }
td.TdClassName
{
border-color: #BD6575;
}
.TagClassName
{
border-color: #BD6575;
}
</style>