Shades of Tapestry #BD7683
Tints of Tapestry #BD7683
RGB
CMYK
RGB Variations
Color information
#BD7683 (or 0xBD7683) is known color: Tapestry. HEX triplet: BD, 76 and 83. RGB value is (189,118,131). Sum of RGB (Red+Green+Blue) = 189+118+131=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7683 is #42897C. Grayscale: #8C8C8C. Windows color (decimal): -4360573 or 8615613. OLE color: 8615613.
HSL color Cylindrical-coordinate representation of color #BD7683: hue angle of 349.01º 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 #BD7683 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 131 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.26 |
| HSL | 349.01º | 0.35% | 0.6% | - |
| HSV(B) | 349.01º | 0.38% | 0.74% | - |
| XYZ | 31.56 | 25.41 | 24.71 | - |
| YUV | 140.71 | 122.52 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 131 | 0 | 0.38 | 0.31 | 0.26 | 349.01 | 0.35 | 0.6 |
| Hex | BD | 76 | 83 | 0 | 26 | 1F | 1A | 15D | 23 | 3C |
| Octal | 275 | 166 | 203 | 0 | 46 | 37 | 32 | 535 | 43 | 74 |
| Binary | 10111101 | 1110110 | 10000011 | 0 | 100110 | 11111 | 11010 | 101011101 | 100011 | 111100 |
Color Harmonies of #BD7683
Complementary color
Monochromatic Colors of #BD7683
Black with #BD7683
Text Example
Text Example
White with #BD7683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7683; }
p { color: rgb(189,118,131); }
H1.HeaderClassName
{
color: #BD7683;
}
.AnyTagClassName
{
color: #BD7683;
}
</style>
background-color css
<style>
a { background-color: #BD7683; }
a { background-color: rgb(189,118,131); }
div.DivClassName
{
background-color: #BD7683;
}
.BgClassName
{
background-color: #BD7683;
}
</style>
border-color css
<style>
span { border-color: #BD7683; }
span { border-color: rgb(189,118,131); }
td.TdClassName
{
border-color: #BD7683;
}
.TagClassName
{
border-color: #BD7683;
}
</style>