Shades of Tapestry #BD7B7D
Tints of Tapestry #BD7B7D
RGB
CMYK
RGB Variations
Color information
#BD7B7D (or 0xBD7B7D) is known color: Tapestry. HEX triplet: BD, 7B and 7D. RGB value is (189,123,125). Sum of RGB (Red+Green+Blue) = 189+123+125=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7B7D is #428482. Grayscale: #8F8F8F. Windows color (decimal): -4359299 or 8223677. OLE color: 8223677.
HSL color Cylindrical-coordinate representation of color #BD7B7D: hue angle of 358.18º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD7B7D is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 123 | 125 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.26 |
| HSL | 358.18º | 0.33% | 0.61% | - |
| HSV(B) | 358.18º | 0.35% | 0.74% | - |
| XYZ | 31.77 | 26.47 | 22.84 | - |
| YUV | 142.96 | 117.87 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 123 | 125 | 0 | 0.35 | 0.34 | 0.26 | 358.18 | 0.33 | 0.61 |
| Hex | BD | 7B | 7D | 0 | 23 | 22 | 1A | 166 | 21 | 3D |
| Octal | 275 | 173 | 175 | 0 | 43 | 42 | 32 | 546 | 41 | 75 |
| Binary | 10111101 | 1111011 | 1111101 | 0 | 100011 | 100010 | 11010 | 101100110 | 100001 | 111101 |
Color Harmonies of #BD7B7D
Complementary color
Monochromatic Colors of #BD7B7D
Black with #BD7B7D
Text Example
Text Example
White with #BD7B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7B7D; }
p { color: rgb(189,123,125); }
H1.HeaderClassName
{
color: #BD7B7D;
}
.AnyTagClassName
{
color: #BD7B7D;
}
</style>
background-color css
<style>
a { background-color: #BD7B7D; }
a { background-color: rgb(189,123,125); }
div.DivClassName
{
background-color: #BD7B7D;
}
.BgClassName
{
background-color: #BD7B7D;
}
</style>
border-color css
<style>
span { border-color: #BD7B7D; }
span { border-color: rgb(189,123,125); }
td.TdClassName
{
border-color: #BD7B7D;
}
.TagClassName
{
border-color: #BD7B7D;
}
</style>