Shades of Tapestry #BD757E
Tints of Tapestry #BD757E
RGB
CMYK
RGB Variations
Color information
#BD757E (or 0xBD757E) is known color: Tapestry. HEX triplet: BD, 75 and 7E. RGB value is (189,117,126). Sum of RGB (Red+Green+Blue) = 189+117+126=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD757E is #428A81. Grayscale: #8B8B8B. Windows color (decimal): -4360834 or 8287677. OLE color: 8287677.
HSL color Cylindrical-coordinate representation of color #BD757E: hue angle of 352.5º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD757E is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 117 | 126 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.26 |
| HSL | 352.5º | 0.35% | 0.6% | - |
| HSV(B) | 352.5º | 0.38% | 0.74% | - |
| XYZ | 31.11 | 25.05 | 22.93 | - |
| YUV | 139.55 | 120.35 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 117 | 126 | 0 | 0.38 | 0.33 | 0.26 | 352.5 | 0.35 | 0.6 |
| Hex | BD | 75 | 7E | 0 | 26 | 21 | 1A | 160 | 23 | 3C |
| Octal | 275 | 165 | 176 | 0 | 46 | 41 | 32 | 540 | 43 | 74 |
| Binary | 10111101 | 1110101 | 1111110 | 0 | 100110 | 100001 | 11010 | 101100000 | 100011 | 111100 |
Color Harmonies of #BD757E
Complementary color
Monochromatic Colors of #BD757E
Black with #BD757E
Text Example
Text Example
White with #BD757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD757E; }
p { color: rgb(189,117,126); }
H1.HeaderClassName
{
color: #BD757E;
}
.AnyTagClassName
{
color: #BD757E;
}
</style>
background-color css
<style>
a { background-color: #BD757E; }
a { background-color: rgb(189,117,126); }
div.DivClassName
{
background-color: #BD757E;
}
.BgClassName
{
background-color: #BD757E;
}
</style>
border-color css
<style>
span { border-color: #BD757E; }
span { border-color: rgb(189,117,126); }
td.TdClassName
{
border-color: #BD757E;
}
.TagClassName
{
border-color: #BD757E;
}
</style>