Shades of Tapestry #BD7185
Tints of Tapestry #BD7185
RGB
CMYK
RGB Variations
Color information
#BD7185 (or 0xBD7185) is known color: Tapestry. HEX triplet: BD, 71 and 85. RGB value is (189,113,133). Sum of RGB (Red+Green+Blue) = 189+113+133=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7185 is #428E7A. Grayscale: #8A8A8A. Windows color (decimal): -4361851 or 8745405. OLE color: 8745405.
HSL color Cylindrical-coordinate representation of color #BD7185: hue angle of 344.21º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD7185 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 133 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.26 |
| HSL | 344.21º | 0.37% | 0.59% | - |
| HSV(B) | 344.21º | 0.4% | 0.74% | - |
| XYZ | 31.13 | 24.32 | 25.24 | - |
| YUV | 138 | 125.18 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 133 | 0 | 0.40 | 0.30 | 0.26 | 344.21 | 0.37 | 0.59 |
| Hex | BD | 71 | 85 | 0 | 28 | 1E | 1A | 158 | 25 | 3B |
| Octal | 275 | 161 | 205 | 0 | 50 | 36 | 32 | 530 | 45 | 73 |
| Binary | 10111101 | 1110001 | 10000101 | 0 | 101000 | 11110 | 11010 | 101011000 | 100101 | 111011 |
Color Harmonies of #BD7185
Complementary color
Monochromatic Colors of #BD7185
Black with #BD7185
Text Example
Text Example
White with #BD7185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7185; }
p { color: rgb(189,113,133); }
H1.HeaderClassName
{
color: #BD7185;
}
.AnyTagClassName
{
color: #BD7185;
}
</style>
background-color css
<style>
a { background-color: #BD7185; }
a { background-color: rgb(189,113,133); }
div.DivClassName
{
background-color: #BD7185;
}
.BgClassName
{
background-color: #BD7185;
}
</style>
border-color css
<style>
span { border-color: #BD7185; }
span { border-color: rgb(189,113,133); }
td.TdClassName
{
border-color: #BD7185;
}
.TagClassName
{
border-color: #BD7185;
}
</style>