Shades of Tapestry #BD757D
Tints of Tapestry #BD757D
RGB
CMYK
RGB Variations
Color information
#BD757D (or 0xBD757D) is known color: Tapestry. HEX triplet: BD, 75 and 7D. RGB value is (189,117,125). Sum of RGB (Red+Green+Blue) = 189+117+125=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD757D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD757D is #428A82. Grayscale: #8B8B8B. Windows color (decimal): -4360835 or 8222141. OLE color: 8222141.
HSL color Cylindrical-coordinate representation of color #BD757D: hue angle of 353.33º 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 #BD757D is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 117 | 125 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.26 |
| HSL | 353.33º | 0.35% | 0.6% | - |
| HSV(B) | 353.33º | 0.38% | 0.74% | - |
| XYZ | 31.05 | 25.02 | 22.6 | - |
| YUV | 139.44 | 119.85 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 117 | 125 | 0 | 0.38 | 0.34 | 0.26 | 353.33 | 0.35 | 0.6 |
| Hex | BD | 75 | 7D | 0 | 26 | 22 | 1A | 161 | 23 | 3C |
| Octal | 275 | 165 | 175 | 0 | 46 | 42 | 32 | 541 | 43 | 74 |
| Binary | 10111101 | 1110101 | 1111101 | 0 | 100110 | 100010 | 11010 | 101100001 | 100011 | 111100 |
Color Harmonies of #BD757D
Complementary color
Monochromatic Colors of #BD757D
Black with #BD757D
Text Example
Text Example
White with #BD757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD757D; }
p { color: rgb(189,117,125); }
H1.HeaderClassName
{
color: #BD757D;
}
.AnyTagClassName
{
color: #BD757D;
}
</style>
background-color css
<style>
a { background-color: #BD757D; }
a { background-color: rgb(189,117,125); }
div.DivClassName
{
background-color: #BD757D;
}
.BgClassName
{
background-color: #BD757D;
}
</style>
border-color css
<style>
span { border-color: #BD757D; }
span { border-color: rgb(189,117,125); }
td.TdClassName
{
border-color: #BD757D;
}
.TagClassName
{
border-color: #BD757D;
}
</style>