Shades of Tapestry #BF7683
Tints of Tapestry #BF7683
RGB
CMYK
RGB Variations
Color information
#BF7683 (or 0xBF7683) is known color: Tapestry. HEX triplet: BF, 76 and 83. RGB value is (191,118,131). Sum of RGB (Red+Green+Blue) = 191+118+131=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7683 is #40897C. Grayscale: #8D8D8D. Windows color (decimal): -4229501 or 8615615. OLE color: 8615615.
HSL color Cylindrical-coordinate representation of color #BF7683: hue angle of 349.32º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF7683 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 118 | 131 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.25 |
| HSL | 349.32º | 0.36% | 0.61% | - |
| HSV(B) | 349.32º | 0.38% | 0.75% | - |
| XYZ | 32.06 | 25.67 | 24.74 | - |
| YUV | 141.31 | 122.18 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 131 | 0 | 0.38 | 0.31 | 0.25 | 349.32 | 0.36 | 0.61 |
| Hex | BF | 76 | 83 | 0 | 26 | 1F | 19 | 15D | 24 | 3D |
| Octal | 277 | 166 | 203 | 0 | 46 | 37 | 31 | 535 | 44 | 75 |
| Binary | 10111111 | 1110110 | 10000011 | 0 | 100110 | 11111 | 11001 | 101011101 | 100100 | 111101 |
Color Harmonies of #BF7683
Complementary color
Monochromatic Colors of #BF7683
Black with #BF7683
Text Example
Text Example
White with #BF7683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7683; }
p { color: rgb(191,118,131); }
H1.HeaderClassName
{
color: #BF7683;
}
.AnyTagClassName
{
color: #BF7683;
}
</style>
background-color css
<style>
a { background-color: #BF7683; }
a { background-color: rgb(191,118,131); }
div.DivClassName
{
background-color: #BF7683;
}
.BgClassName
{
background-color: #BF7683;
}
</style>
border-color css
<style>
span { border-color: #BF7683; }
span { border-color: rgb(191,118,131); }
td.TdClassName
{
border-color: #BF7683;
}
.TagClassName
{
border-color: #BF7683;
}
</style>