Shades of Tapestry #BD757F
Tints of Tapestry #BD757F
RGB
CMYK
RGB Variations
Color information
#BD757F (or 0xBD757F) is known color: Tapestry. HEX triplet: BD, 75 and 7F. RGB value is (189,117,127). Sum of RGB (Red+Green+Blue) = 189+117+127=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD757F is #428A80. Grayscale: #8B8B8B. Windows color (decimal): -4360833 or 8353213. OLE color: 8353213.
HSL color Cylindrical-coordinate representation of color #BD757F: hue angle of 351.67º 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 #BD757F is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 117 | 127 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.26 |
| HSL | 351.67º | 0.35% | 0.6% | - |
| HSV(B) | 351.67º | 0.38% | 0.74% | - |
| XYZ | 31.18 | 25.07 | 23.28 | - |
| YUV | 139.67 | 120.85 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 117 | 127 | 0 | 0.38 | 0.33 | 0.26 | 351.67 | 0.35 | 0.6 |
| Hex | BD | 75 | 7F | 0 | 26 | 21 | 1A | 160 | 23 | 3C |
| Octal | 275 | 165 | 177 | 0 | 46 | 41 | 32 | 540 | 43 | 74 |
| Binary | 10111101 | 1110101 | 1111111 | 0 | 100110 | 100001 | 11010 | 101100000 | 100011 | 111100 |
Color Harmonies of #BD757F
Complementary color
Monochromatic Colors of #BD757F
Black with #BD757F
Text Example
Text Example
White with #BD757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD757F; }
p { color: rgb(189,117,127); }
H1.HeaderClassName
{
color: #BD757F;
}
.AnyTagClassName
{
color: #BD757F;
}
</style>
background-color css
<style>
a { background-color: #BD757F; }
a { background-color: rgb(189,117,127); }
div.DivClassName
{
background-color: #BD757F;
}
.BgClassName
{
background-color: #BD757F;
}
</style>
border-color css
<style>
span { border-color: #BD757F; }
span { border-color: rgb(189,117,127); }
td.TdClassName
{
border-color: #BD757F;
}
.TagClassName
{
border-color: #BD757F;
}
</style>