Shades of Tapestry #BD737F
Tints of Tapestry #BD737F
RGB
CMYK
RGB Variations
Color information
#BD737F (or 0xBD737F) is known color: Tapestry. HEX triplet: BD, 73 and 7F. RGB value is (189,115,127). Sum of RGB (Red+Green+Blue) = 189+115+127=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD737F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD737F is #428C80. Grayscale: #8A8A8A. Windows color (decimal): -4361345 or 8352701. OLE color: 8352701.
HSL color Cylindrical-coordinate representation of color #BD737F: hue angle of 350.27º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD737F is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 127 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.26 |
| HSL | 350.27º | 0.36% | 0.6% | - |
| HSV(B) | 350.27º | 0.39% | 0.74% | - |
| XYZ | 30.95 | 24.61 | 23.2 | - |
| YUV | 138.49 | 121.52 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 127 | 0 | 0.39 | 0.33 | 0.26 | 350.27 | 0.36 | 0.6 |
| Hex | BD | 73 | 7F | 0 | 27 | 21 | 1A | 15E | 24 | 3C |
| Octal | 275 | 163 | 177 | 0 | 47 | 41 | 32 | 536 | 44 | 74 |
| Binary | 10111101 | 1110011 | 1111111 | 0 | 100111 | 100001 | 11010 | 101011110 | 100100 | 111100 |
Color Harmonies of #BD737F
Complementary color
Monochromatic Colors of #BD737F
Black with #BD737F
Text Example
Text Example
White with #BD737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD737F; }
p { color: rgb(189,115,127); }
H1.HeaderClassName
{
color: #BD737F;
}
.AnyTagClassName
{
color: #BD737F;
}
</style>
background-color css
<style>
a { background-color: #BD737F; }
a { background-color: rgb(189,115,127); }
div.DivClassName
{
background-color: #BD737F;
}
.BgClassName
{
background-color: #BD737F;
}
</style>
border-color css
<style>
span { border-color: #BD737F; }
span { border-color: rgb(189,115,127); }
td.TdClassName
{
border-color: #BD737F;
}
.TagClassName
{
border-color: #BD737F;
}
</style>